aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2014-02-26 17:37:59 +0800
committerehaupt <ehaupt@FreeBSD.org>2014-02-26 17:37:59 +0800
commit830312c2e12113f7ed7dc6f26b3f8880eabca014 (patch)
tree56883f5e631e17ef4fa6cadfb7fb3ed0d78ebf29 /mail
parentcc23029584f9a22aabe5f0a6327bb4bfbb05109c (diff)
downloadfreebsd-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/Makefile8
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>