mirror of
https://git.freebsd.org/ports.git
synced 2025-05-06 02:47:37 -04:00
mail/postfix-postfwd: Sanitize MANPREFIX
Approved by: portmgr (blanket)
This commit is contained in:
parent
d8ca65460d
commit
0a9f301d3b
2 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
||||||
PORTNAME= postfwd
|
PORTNAME= postfwd
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
DISTVERSION= 2.03
|
DISTVERSION= 2.03
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= mail
|
CATEGORIES= mail
|
||||||
PKGNAMEPREFIX= postfix-
|
PKGNAMEPREFIX= postfix-
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@ OPTIONS_DEFINE= DOCS EXAMPLES
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
${INSTALL_DATA} ${WRKSRC}/etc/${PORTNAME}.cf.sample ${STAGEDIR}${ETCDIR}
|
${INSTALL_DATA} ${WRKSRC}/etc/${PORTNAME}.cf.sample ${STAGEDIR}${ETCDIR}
|
||||||
${INSTALL_MAN} ${WRKSRC}/man/man8/* ${STAGEDIR}${MANPREFIX}/man/man8
|
${INSTALL_MAN} ${WRKSRC}/man/man8/* ${STAGEDIR}${PREFIX}/share/man/man8
|
||||||
${INSTALL_SCRIPT} ${WRKSRC}/sbin/${PORTNAME}3 ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
${INSTALL_SCRIPT} ${WRKSRC}/sbin/${PORTNAME}3 ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
||||||
|
|
||||||
post-install-DOCS-on:
|
post-install-DOCS-on:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
bin/postfwd
|
bin/postfwd
|
||||||
etc/postfwd
|
etc/postfwd
|
||||||
man/man8/postfwd.8.gz
|
share/man/man8/postfwd.8.gz
|
||||||
man/man8/postfwd1.8.gz
|
share/man/man8/postfwd1.8.gz
|
||||||
man/man8/postfwd2.8.gz
|
share/man/man8/postfwd2.8.gz
|
||||||
man/man8/postfwd3.8.gz
|
share/man/man8/postfwd3.8.gz
|
||||||
|
|
Loading…
Add table
Reference in a new issue