mirror of
https://git.freebsd.org/ports.git
synced 2025-05-13 15:51:51 -04:00
security/courierpassd: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
ca944ef33a
commit
15ce3fe646
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= courierpassd
|
PORTNAME= courierpassd
|
||||||
PORTVERSION= 1.1.2
|
PORTVERSION= 1.1.2
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= security mail
|
CATEGORIES= security mail
|
||||||
MASTER_SITES= http://www.arda.homeunix.net/software-downloads/ \
|
MASTER_SITES= http://www.arda.homeunix.net/software-downloads/ \
|
||||||
LOCAL/ade
|
LOCAL/ade
|
||||||
|
@ -15,13 +16,14 @@ BUILD_DEPENDS= courierauthconfig:security/courier-authlib-base
|
||||||
RUN_DEPENDS= courierauthconfig:security/courier-authlib-base
|
RUN_DEPENDS= courierauthconfig:security/courier-authlib-base
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||||
USES= gmake localbase
|
USES= gmake localbase
|
||||||
|
|
||||||
MINUID?= 100
|
MINUID?= 100
|
||||||
DELAY?= 3
|
DELAY?= 3
|
||||||
CONFIGURE_ARGS+=--with-minuid=${MINUID} --with-badpassdelay=${DELAY}
|
CONFIGURE_ARGS+=--with-minuid=${MINUID} --with-badpassdelay=${DELAY}
|
||||||
|
|
||||||
PLIST_FILES= sbin/courierpassd man/man8/courierpassd.8.gz
|
PLIST_FILES= sbin/courierpassd share/man/man8/courierpassd.8.gz
|
||||||
PORTDOCS= AUTHORS ChangeLog COPYING INSTALL NEWS README
|
PORTDOCS= AUTHORS ChangeLog COPYING INSTALL NEWS README
|
||||||
|
|
||||||
OPTIONS_DEFINE= DOCS
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
Loading…
Add table
Reference in a new issue