svn commit: r328286 - head/archivers/unfoo

Vanilla I. Shu vanilla at FreeBSD.org
Wed Sep 25 13:22:03 UTC 2013


Author: vanilla
Date: Wed Sep 25 13:22:02 2013
New Revision: 328286
URL: http://svnweb.freebsd.org/changeset/ports/328286

Log:
  Support stage.

Modified:
  head/archivers/unfoo/Makefile

Modified: head/archivers/unfoo/Makefile
==============================================================================
--- head/archivers/unfoo/Makefile	Wed Sep 25 13:19:44 2013	(r328285)
+++ head/archivers/unfoo/Makefile	Wed Sep 25 13:22:02 2013	(r328286)
@@ -15,7 +15,6 @@ RUN_DEPENDS=	unace:${PORTSDIR}/archivers
 		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>


More information about the svn-ports-head mailing list