Skip to content

Commit

Permalink
games/triplane: Sanitize MANPREFIX
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Jan 22, 2024
1 parent ddb5489 commit c4ed513
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion games/triplane/Makefile
@@ -1,6 +1,6 @@
PORTNAME= triplane
PORTVERSION= 1.08.r20130224
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= games
MASTER_SITES= http://contribs.martymac.org/FreeBSD-ports/distfiles/ \
SF/${PORTNAME}
Expand Down
4 changes: 2 additions & 2 deletions games/triplane/files/patch-Makefile
Expand Up @@ -32,8 +32,8 @@
+ $(BSD_INSTALL_PROGRAM) triplane $(DESTDIR)$(PREFIX)/bin/triplane
+ mkdir -p mkdir -p $(DESTDIR)$(DATADIR)
+ $(BSD_INSTALL_DATA) fokker.dks $(DESTDIR)$(DATADIR)/fokker.dks
+ mkdir -p $(DESTDIR)$(MANPREFIX)/man/man6
+ $(BSD_INSTALL_MAN) doc/triplane.6 $(DESTDIR)$(MANPREFIX)/man/man6/triplane.6
+ mkdir -p $(DESTDIR)$(PREFIX)/share/man/man6
+ $(BSD_INSTALL_MAN) doc/triplane.6 $(DESTDIR)$(PREFIX)/share/man/man6/triplane.6
test:
if [ ! -d triplane-testsuite ]; then echo Please darcs get http://iki.fi/lindi/darcs/triplane-testsuite; false; fi
SDL_VIDEODRIVER=dummy bash tools/run-all-tests tools/run-one-test ./triplane triplane-testsuite
2 changes: 1 addition & 1 deletion games/triplane/pkg-plist
@@ -1,3 +1,3 @@
bin/triplane
man/man6/triplane.6.gz
share/man/man6/triplane.6.gz
%%DATADIR%%/fokker.dks

0 comments on commit c4ed513

Please sign in to comment.