git: e4a88869ac9c - main - textproc/gpp: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 26 Feb 2024 08:06:31 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=e4a88869ac9c707eec5f49e759e709b6f8f9e1e7 commit e4a88869ac9c707eec5f49e759e709b6f8f9e1e7 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-26 07:47:17 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-26 07:47:17 +0000 textproc/gpp: Moved man to share/man Approved by: portmgr (blanket) --- textproc/gpp/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/textproc/gpp/Makefile b/textproc/gpp/Makefile index c7b0a35a1e36..bf709b19962f 100644 --- a/textproc/gpp/Makefile +++ b/textproc/gpp/Makefile @@ -1,5 +1,6 @@ PORTNAME= gpp PORTVERSION= 2.24 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://files.nothingisreal.com/software/gpp/ @@ -9,7 +10,8 @@ WWW= https://www.nothingisreal.com/gpp/ USES= tar:bzip2 GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share -PLIST_FILES= bin/gpp man/man1/gpp.1.gz +PLIST_FILES= bin/gpp share/man/man1/gpp.1.gz .include <bsd.port.mk>