git: 901e7a6d83ce - main - news/cg: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 25 Feb 2024 11:33:06 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=901e7a6d83cea1e43045b9e4a3c27bea3876f817 commit 901e7a6d83cea1e43045b9e4a3c27bea3876f817 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-25 11:07:52 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-25 11:32:34 +0000 news/cg: Moved man to share/man Approved by: portmgr (blanket) --- news/cg/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/news/cg/Makefile b/news/cg/Makefile index 714e3181881b..ec3c938239ad 100644 --- a/news/cg/Makefile +++ b/news/cg/Makefile @@ -1,5 +1,6 @@ PORTNAME= cg PORTVERSION= 0.4 +PORTREVISION= 1 CATEGORIES= news MASTER_SITES= http://www.nih.at/cg/ @@ -11,8 +12,9 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share PLIST_FILES= bin/cg \ - man/man1/cg.1.gz + share/man/man1/cg.1.gz .include <bsd.port.mk>