diff --git a/games/triplane/Makefile b/games/triplane/Makefile index ed7c00523f03..173bb534a734 100644 --- a/games/triplane/Makefile +++ b/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} diff --git a/games/triplane/files/patch-Makefile b/games/triplane/files/patch-Makefile index 861540754d2a..47b7d085b9a0 100644 --- a/games/triplane/files/patch-Makefile +++ b/games/triplane/files/patch-Makefile @@ -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 diff --git a/games/triplane/pkg-plist b/games/triplane/pkg-plist index 9a2b1f9703d8..197cc855393a 100644 --- a/games/triplane/pkg-plist +++ b/games/triplane/pkg-plist @@ -1,3 +1,3 @@ bin/triplane -man/man6/triplane.6.gz +share/man/man6/triplane.6.gz %%DATADIR%%/fokker.dks