mail/qmail-autoresponder: Sanitize MANPREFIX

Approved by:    portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2024-01-22 18:13:23 +01:00
parent fff227115a
commit 9f06384eaa
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
PORTNAME= qmail-autoresponder
PORTVERSION= 2.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= mail
MASTER_SITES= http://untroubled.org/${PORTNAME}/archive/
@ -27,7 +27,7 @@ OPTIONS_DEFINE= DOCS
do-configure:
${ECHO_CMD} "${STAGEDIR}${PREFIX}/bin" > ${WRKSRC}/conf-bin
${ECHO_CMD} "${STAGEDIR}${MANPREFIX}/man" > ${WRKSRC}/conf-man
${ECHO_CMD} "${STAGEDIR}${PREFIX}/share/man" > ${WRKSRC}/conf-man
${ECHO_CMD} "${CC} ${CFLAGS}" > ${WRKSRC}/conf-cc
${ECHO_CMD} "${CC} ${STRIP} ${LDFLAGS}" > ${WRKSRC}/conf-ld