git: b3071a4924df - main - sysutils/adtool: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 25 Feb 2024 14:30:52 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=b3071a4924df0f83a3b93e5f20590d6d27274ce8 commit b3071a4924df0f83a3b93e5f20590d6d27274ce8 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-25 13:56:38 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-25 14:30:22 +0000 sysutils/adtool: Moved man to share/man Approved by: portmgr (blanket) --- sysutils/adtool/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sysutils/adtool/Makefile b/sysutils/adtool/Makefile index 7161986de7ca..b6e5c29b235d 100644 --- a/sysutils/adtool/Makefile +++ b/sysutils/adtool/Makefile @@ -1,6 +1,6 @@ PORTNAME= adtool PORTVERSION= 1.3.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MASTER_SITES= http://gp2x.org/adtool/ @@ -10,12 +10,13 @@ WWW= https://gp2x.org/adtool/ USES= gmake ldap libtool GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS+=--with-ldap=${LOCALBASE} PLIST_FILES= bin/adtool \ etc/adtool.cfg.dist \ - man/man1/adtool.1.gz + share/man/man1/adtool.1.gz LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING