From c4ed51363ab3f2b83a29c52eda01ec170b39552f Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Mon, 22 Jan 2024 12:03:11 +0100 Subject: [PATCH] games/triplane: Sanitize MANPREFIX Approved by: portmgr (blanket) --- games/triplane/Makefile | 2 +- games/triplane/files/patch-Makefile | 4 ++-- games/triplane/pkg-plist | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/games/triplane/Makefile b/games/triplane/Makefile index ed7c00523f03c..173bb534a7344 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 861540754d2a7..47b7d085b9a08 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 9a2b1f9703d8b..197cc855393a4 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