diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-21 16:40:08 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-21 16:40:08 +0800 |
commit | 8f52155e88015c05c36f3cfecb9ec0fbd2d88ef9 (patch) | |
tree | f4d2dbd2655a3759e220171ff3df56c5c2bcd709 /mail | |
parent | fb30f16aa003b315d5567b955fcb30ae58e44f19 (diff) | |
download | freebsd-ports-gnome-8f52155e88015c05c36f3cfecb9ec0fbd2d88ef9.tar.gz freebsd-ports-gnome-8f52155e88015c05c36f3cfecb9ec0fbd2d88ef9.tar.zst freebsd-ports-gnome-8f52155e88015c05c36f3cfecb9ec0fbd2d88ef9.zip |
Support staging
Diffstat (limited to 'mail')
-rw-r--r-- | mail/autorespond/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/mail/autorespond/Makefile b/mail/autorespond/Makefile index a933c47662de..f9837d3f63f9 100644 --- a/mail/autorespond/Makefile +++ b/mail/autorespond/Makefile @@ -12,8 +12,7 @@ PATCHFILES= ${DISTNAME}-conf-strcasestr.patch MAINTAINER= ports@FreeBSD.org COMMENT= Simple autoresponder for qmail -MAN1= autorespond.1 -PLIST_FILES= bin/autorespond +PLIST_FILES= bin/autorespond man/man1/autorespond.1.gz .if defined(WITHOUT_MDOC_MANPAGE) AR_MANPAGE= ${WRKSRC}/autorespond.1 @@ -21,14 +20,13 @@ AR_MANPAGE= ${WRKSRC}/autorespond.1 AR_MANPAGE= ${FILESDIR}/autorespond.1 .endif -NO_STAGE= yes post-patch: ${ECHO_CMD} "${CC} ${CFLAGS}" > ${WRKSRC}/conf-cc ${ECHO_CMD} "${CC} ${STRIP}" > ${WRKSRC}/conf-ld ${ECHO_CMD} "${PREFIX}" > ${WRKSRC}/conf-home do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/autorespond ${PREFIX}/bin/ - ${INSTALL_MAN} ${AR_MANPAGE} ${PREFIX}/man/man1/ + ${INSTALL_PROGRAM} ${WRKSRC}/autorespond ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${AR_MANPAGE} ${STAGEDIR}${MANPREFIX}/man/man1 .include <bsd.port.mk> |