svn commit: r328287 - head/archivers/unmakeself

Vanilla I. Shu vanilla at FreeBSD.org
Wed Sep 25 13:26:04 UTC 2013


Author: vanilla
Date: Wed Sep 25 13:26:03 2013
New Revision: 328287
URL: http://svnweb.freebsd.org/changeset/ports/328287

Log:
  Support stage.

Modified:
  head/archivers/unmakeself/Makefile

Modified: head/archivers/unmakeself/Makefile
==============================================================================
--- head/archivers/unmakeself/Makefile	Wed Sep 25 13:22:02 2013	(r328286)
+++ head/archivers/unmakeself/Makefile	Wed Sep 25 13:26:03 2013	(r328287)
@@ -13,7 +13,6 @@ LDFLAGS+=	-larchive -lbz2 -lz -lcrypto -
 NO_WRKSUBDIR=	yes
 
 PLIST_FILES=	bin/unmakeself
-NO_STAGE=	yes
 
 do-configure:
 	@${RM} -f ${WRKSRC}/config.h
@@ -28,6 +27,6 @@ do-build:
 		${FILESDIR}/unmakeself.c ${LDFLAGS}
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/unmakeself ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/unmakeself ${STAGEDIR}/${PREFIX}/bin
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list