diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-26 17:37:59 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-26 17:37:59 +0800 |
commit | 830312c2e12113f7ed7dc6f26b3f8880eabca014 (patch) | |
tree | 56883f5e631e17ef4fa6cadfb7fb3ed0d78ebf29 /mail | |
parent | cc23029584f9a22aabe5f0a6327bb4bfbb05109c (diff) | |
download | freebsd-ports-gnome-830312c2e12113f7ed7dc6f26b3f8880eabca014.tar.gz freebsd-ports-gnome-830312c2e12113f7ed7dc6f26b3f8880eabca014.tar.zst freebsd-ports-gnome-830312c2e12113f7ed7dc6f26b3f8880eabca014.zip |
Support staging
Diffstat (limited to 'mail')
-rw-r--r-- | mail/rlytest/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/mail/rlytest/Makefile b/mail/rlytest/Makefile index 0ea99be48878..647b48ed5a05 100644 --- a/mail/rlytest/Makefile +++ b/mail/rlytest/Makefile @@ -18,10 +18,8 @@ NO_WRKSUBDIR= yes USES= perl5 -MAN1= rlytest.1 -PLIST_FILES= bin/rlytest +PLIST_FILES= bin/rlytest man/man1/rlytest.1.gz -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|^#!.*|#!${PERL}|' ${WRKSRC}/${PORTNAME} @@ -29,7 +27,7 @@ do-build: @cd ${WRKSRC} && pod2man ${PORTNAME} > ${PORTNAME}.1 do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1 + ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 .include <bsd.port.mk> |