mail/sortmail: Sanitize MANPREFIX

Approved by:    portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2024-01-22 01:12:56 +01:00
parent cc47a6fe12
commit 85aa9d57be
2 changed files with 5 additions and 4 deletions

View file

@ -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>

View file

@ -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