git: b60356bd281c - main - biology/generand: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 02 Mar 2024 19:15:02 UTC
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=b60356bd281ca4ba57334a6dfa1c32c858534a19 commit b60356bd281ca4ba57334a6dfa1c32c858534a19 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-03-02 19:14:06 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-03-02 19:14:06 +0000 biology/generand: Move man pages to share/man Approved by: portmgr (blanket) --- biology/generand/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/biology/generand/Makefile b/biology/generand/Makefile index 2309b97000fc..5d003f1d64f4 100644 --- a/biology/generand/Makefile +++ b/biology/generand/Makefile @@ -1,5 +1,6 @@ PORTNAME= generand DISTVERSION= 0.1.2 +PORTREVISION= 1 CATEGORIES= biology MAINTAINER= jwb@FreeBSD.org @@ -12,6 +13,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes GH_ACCOUNT= auerlab -PLIST_FILES= bin/generand man/man1/generand.1.gz +MAKE_ARGS= MANPREFIX=${PREFIX}/share + +PLIST_FILES= bin/generand share/man/man1/generand.1.gz .include <bsd.port.mk>