diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-21 08:40:08 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-21 08:40:08 +0000 |
commit | aafb85c483284be2a183408d542349e165755697 (patch) | |
tree | f4d2dbd2655a3759e220171ff3df56c5c2bcd709 /mail/autorespond/Makefile | |
parent | e5a51b309e520be62ae06f3e4518d5ce80abff92 (diff) |
Support staging
Notes
Notes:
svn path=/head/; revision=345327
Diffstat (limited to 'mail/autorespond/Makefile')
-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> |