mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
games/triplane: Sanitize MANPREFIX
Approved by: portmgr (blanket)
This commit is contained in:
parent
ddb54890fe
commit
c4ed51363a
3 changed files with 4 additions and 4 deletions
|
@ -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}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
bin/triplane
|
||||
man/man6/triplane.6.gz
|
||||
share/man/man6/triplane.6.gz
|
||||
%%DATADIR%%/fokker.dks
|
||||
|
|
Loading…
Add table
Reference in a new issue