From 12b1194da2215559ef87e448b94d55a0d2b0a123 Mon Sep 17 00:00:00 2001 From: Nuno Teixeira Date: Sat, 2 Mar 2024 18:32:34 +0000 Subject: [PATCH] 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 a07d294274057..6c1edd2e4dc3f 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)