Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jan 2024 12:26:29 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c4ed51363ab3 - main - games/triplane: Sanitize MANPREFIX
Message-ID:  <202401221226.40MCQTSO097607@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c4ed51363ab3f2b83a29c52eda01ec170b39552f

commit c4ed51363ab3f2b83a29c52eda01ec170b39552f
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-22 11:03:11 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-22 12:26:15 +0000

    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 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401221226.40MCQTSO097607>