mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
mail/sortmail: Sanitize MANPREFIX
Approved by: portmgr (blanket)
This commit is contained in:
parent
cc47a6fe12
commit
85aa9d57be
2 changed files with 5 additions and 4 deletions
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= sortmail
|
PORTNAME= sortmail
|
||||||
PORTVERSION= 1.20
|
PORTVERSION= 1.20
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= mail
|
CATEGORIES= mail
|
||||||
MASTER_SITES= http://www.freebsdcluster.org/~lasse/software/
|
MASTER_SITES= http://www.freebsdcluster.org/~lasse/software/
|
||||||
|
|
||||||
|
@ -13,7 +14,7 @@ NO_BUILD= yes
|
||||||
do-install:
|
do-install:
|
||||||
.for f in recomposemail decomposemail sortmail
|
.for f in recomposemail decomposemail sortmail
|
||||||
${INSTALL_SCRIPT} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin
|
${INSTALL_SCRIPT} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin
|
||||||
${INSTALL_MAN} ${WRKSRC}/${f}.1 ${STAGEDIR}${MANPREFIX}/man/man1
|
${INSTALL_MAN} ${WRKSRC}/${f}.1 ${STAGEDIR}${PREFIX}/share/man/man1
|
||||||
.endfor
|
.endfor
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
bin/decomposemail
|
bin/decomposemail
|
||||||
bin/recomposemail
|
bin/recomposemail
|
||||||
bin/sortmail
|
bin/sortmail
|
||||||
man/man1/decomposemail.1.gz
|
share/man/man1/decomposemail.1.gz
|
||||||
man/man1/recomposemail.1.gz
|
share/man/man1/recomposemail.1.gz
|
||||||
man/man1/sortmail.1.gz
|
share/man/man1/sortmail.1.gz
|
||||||
|
|
Loading…
Add table
Reference in a new issue