aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-25 12:40:46 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-25 12:55:04 +0000
commitd4e0d6ac8bc29ad198dcdfe773f869539c8bfb38 (patch)
tree77a94ce311d73d742c7dae23cfbefc95610d8a0e
parent4176b2000293fda9fc9a6c83dc7f248b506ec9f2 (diff)
downloadports-d4e0d6ac8bc29ad198dcdfe773f869539c8bfb38.tar.gz
ports-d4e0d6ac8bc29ad198dcdfe773f869539c8bfb38.zip
security/courieruserinfo: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--security/courieruserinfo/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/courieruserinfo/Makefile b/security/courieruserinfo/Makefile
index 55d4e0756fae..8def342a3b5a 100644
--- a/security/courieruserinfo/Makefile
+++ b/security/courieruserinfo/Makefile
@@ -1,5 +1,6 @@
PORTNAME= courieruserinfo
PORTVERSION= 1.1.2
+PORTREVISION= 1
CATEGORIES= security mail
MASTER_SITES= http://www.arda.homeunix.net/software-downloads/
@@ -14,9 +15,10 @@ BUILD_DEPENDS= courierauthconfig:security/courier-authlib-base
RUN_DEPENDS= courierauthconfig:security/courier-authlib-base
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
USES= gmake localbase
-PLIST_FILES= sbin/courieruserinfo man/man8/courieruserinfo.8.gz
+PLIST_FILES= sbin/courieruserinfo share/man/man8/courieruserinfo.8.gz
PORTDOCS= AUTHORS ChangeLog INSTALL NEWS README
OPTIONS_DEFINE= DOCS