aboutsummaryrefslogtreecommitdiff
path: root/security/courierpasswd
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-25 12:40:22 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-25 12:55:02 +0000
commit4176b2000293fda9fc9a6c83dc7f248b506ec9f2 (patch)
treea319364e0f1fe094d15fed3b46cddf886bad1936 /security/courierpasswd
parent15ce3fe6462b4ca6a561b46747d07138e8f9ba2e (diff)
downloadports-4176b2000293fda9fc9a6c83dc7f248b506ec9f2.tar.gz
ports-4176b2000293fda9fc9a6c83dc7f248b506ec9f2.zip
security/courierpasswd: Moved man to share/man
Approved by: portmgr (blanket)
Diffstat (limited to 'security/courierpasswd')
-rw-r--r--security/courierpasswd/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/courierpasswd/Makefile b/security/courierpasswd/Makefile
index 8ab7e5498e6d..509044e84c35 100644
--- a/security/courierpasswd/Makefile
+++ b/security/courierpasswd/Makefile
@@ -1,5 +1,6 @@
PORTNAME= courierpasswd
PORTVERSION= 1.1.3
+PORTREVISION= 1
CATEGORIES= security mail
MASTER_SITES= http://www.arda.homeunix.net/software-downloads/
@@ -13,13 +14,14 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libcourierauth.so:security/courier-authlib-base
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
USES= gmake localbase
MINUID?= 100 # XXX: set this to 1000 for FreeBSD?
CONFIGURE_ARGS= --with-minuid=${MINUID}
-PLIST_FILES= sbin/courierpasswd man/man8/courierpasswd.8.gz
+PLIST_FILES= sbin/courierpasswd share/man/man8/courierpasswd.8.gz
PORTDOCS= AUTHORS ChangeLog INSTALL NEWS README
OPTIONS_DEFINE= DOCS