aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2013-09-25 13:22:02 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2013-09-25 13:22:02 +0000
commit759f63efd3893ffbdea8982d7ddf5e68ae23bf41 (patch)
treeaa7e65eb26e03563378b3696b3ef20dbca2a4224
parent8f8e8a25e648b37daaabfcbf1ec184642c536c6e (diff)
downloadports-759f63efd3893ffbdea8982d7ddf5e68ae23bf41.tar.gz
ports-759f63efd3893ffbdea8982d7ddf5e68ae23bf41.zip
Support stage.
Notes
Notes: svn path=/head/; revision=328286
-rw-r--r--archivers/unfoo/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/archivers/unfoo/Makefile b/archivers/unfoo/Makefile
index 51aabef08e14..d710fc9e9b5d 100644
--- a/archivers/unfoo/Makefile
+++ b/archivers/unfoo/Makefile
@@ -15,7 +15,6 @@ RUN_DEPENDS= unace:${PORTSDIR}/archivers/unace \
unzip:${PORTSDIR}/archivers/unzip \
7z:${PORTSDIR}/archivers/p7zip
-NO_STAGE= yes
NO_BUILD= yes
USE_BZIP2= yes
PLIST_FILES= bin/${PORTNAME}
@@ -24,6 +23,6 @@ post-patch:
@${REINPLACE_CMD} -e '1s|/.*|/bin/sh|;s|==|=|' ${WRKSRC}/${PORTNAME}
do-install:
- @${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
+ @${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}/${PREFIX}/bin
.include <bsd.port.mk>