svn commit: r328236 - head/archivers/bicom

Vanilla I. Shu vanilla at FreeBSD.org
Wed Sep 25 02:06:26 UTC 2013


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

Log:
  Support stage.

Modified:
  head/archivers/bicom/Makefile

Modified: head/archivers/bicom/Makefile
==============================================================================
--- head/archivers/bicom/Makefile	Wed Sep 25 01:52:29 2013	(r328235)
+++ head/archivers/bicom/Makefile	Wed Sep 25 02:06:25 2013	(r328236)
@@ -13,7 +13,6 @@ COMMENT=	Data compressor in the PPM fami
 
 RESTRICTED=	Contact author personally regarding commercial use
 
-NO_STAGE=	yes
 USE_ZIP=	yes
 NO_WRKSUBDIR=	yes
 MAKEFILE=	${FILESDIR}/Makefile
@@ -21,6 +20,6 @@ MAKEFILE=	${FILESDIR}/Makefile
 PLIST_FILES=	bin/bicom
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/bicom/bicom ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/bicom/bicom ${STAGEDIR}/${PREFIX}/bin
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list