git: 12b1194da221 - main - biology/ad2vcf: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 02 Mar 2024 18:33:29 UTC
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=12b1194da2215559ef87e448b94d55a0d2b0a123 commit 12b1194da2215559ef87e448b94d55a0d2b0a123 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-03-02 18:32:34 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-03-02 18:32:34 +0000 biology/ad2vcf: Move man pages to share/man Approved by: portmgr (blanket) --- biology/ad2vcf/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/biology/ad2vcf/Makefile b/biology/ad2vcf/Makefile index a07d29427405..6c1edd2e4dc3 100644 --- a/biology/ad2vcf/Makefile +++ b/biology/ad2vcf/Makefile @@ -1,5 +1,6 @@ PORTNAME= ad2vcf DISTVERSION= 0.1.6 +PORTREVISION= 1 CATEGORIES= biology MAINTAINER= jwb@FreeBSD.org @@ -14,8 +15,9 @@ LIB_DEPENDS= libbiolibc.so:biology/biolibc libxtend.so:devel/libxtend USE_GITHUB= yes GH_ACCOUNT= auerlab +MAKE_ARGS= MANPREFIX=${PREFIX}/share MAKE_ENV+= VERSION=${PORTVERSION} -PLIST_FILES= bin/ad2vcf man/man1/ad2vcf.1.gz +PLIST_FILES= bin/ad2vcf share/man/man1/ad2vcf.1.gz pre-build: (cd ${WRKSRC} && ${MAKE} LOCALBASE=${LOCALBASE} depend)