diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-26 09:37:59 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-26 09:37:59 +0000 |
commit | 1f7653c081a9bf1718be8a821b1c30095c5f735f (patch) | |
tree | 56883f5e631e17ef4fa6cadfb7fb3ed0d78ebf29 | |
parent | a9e9e3c9dc6956e6431b9622f55259fab8fa9a88 (diff) | |
download | ports-1f7653c081a9bf1718be8a821b1c30095c5f735f.tar.gz ports-1f7653c081a9bf1718be8a821b1c30095c5f735f.zip |
Notes
-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> |