Skip to content

Commit

Permalink
biology/ad2vcf: Move man pages to share/man
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
nunotexbsd committed Mar 2, 2024
1 parent 1c18d54 commit 12b1194
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion biology/ad2vcf/Makefile
@@ -1,5 +1,6 @@
PORTNAME= ad2vcf
DISTVERSION= 0.1.6
PORTREVISION= 1
CATEGORIES= biology

MAINTAINER= jwb@FreeBSD.org
Expand All @@ -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)
Expand Down

0 comments on commit 12b1194

Please sign in to comment.