diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2014-05-24 17:12:13 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2014-05-24 17:12:13 +0000 |
commit | 20e1d4339f6de971b37641942f05c9186f987c02 (patch) | |
tree | 664fb02ba81abac64258fa51f083a783f4f0c705 /sysutils/env4801 | |
parent | 16e52e4f534e858e375e578f223d2e5084c659d4 (diff) |
Notes
Diffstat (limited to 'sysutils/env4801')
-rw-r--r-- | sysutils/env4801/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/env4801/Makefile b/sysutils/env4801/Makefile index 6e76f327f8fa..86e3148c3532 100644 --- a/sysutils/env4801/Makefile +++ b/sysutils/env4801/Makefile @@ -26,7 +26,6 @@ OPTIONS_DEFINE= STATIC OPTIONS_DEFAULT= STATIC STATIC_DESC= Build a statically linked executable -NO_STAGE= yes .include <bsd.port.options.mk> post-patch: @@ -39,8 +38,8 @@ post-extract: ${FILESDIR}/env4801.sh > ${WRKSRC}/env4801.sh do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/env4801 ${PREFIX}/sbin - ${INSTALL_SCRIPT} ${WRKSRC}/env4801.sh ${PREFIX}/etc/rc.d + ${INSTALL_PROGRAM} ${WRKSRC}/env4801 ${STAGEDIR}${PREFIX}/sbin + ${INSTALL_SCRIPT} ${WRKSRC}/env4801.sh ${STAGEDIR}${PREFIX}/etc/rc.d post-install: @${SED} ${RC_SCRIPTS_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} ${PKGMESSAGE} |