svn commit: r344018 - head/archivers/kzip

Emanuel Haupt ehaupt at FreeBSD.org
Wed Feb 12 21:27:33 UTC 2014


Author: ehaupt
Date: Wed Feb 12 21:27:32 2014
New Revision: 344018
URL: http://svnweb.freebsd.org/changeset/ports/344018
QAT: https://qat.redports.org/buildarchive/r344018/

Log:
  Support staging

Modified:
  head/archivers/kzip/Makefile

Modified: head/archivers/kzip/Makefile
==============================================================================
--- head/archivers/kzip/Makefile	Wed Feb 12 21:23:24 2014	(r344017)
+++ head/archivers/kzip/Makefile	Wed Feb 12 21:27:32 2014	(r344018)
@@ -16,7 +16,6 @@ RESTRICTED=	${NO_CDROM}
 
 ONLY_FOR_ARCHS=	i386
 
-NO_STAGE=	yes
 USE_LINUX=	yes
 NO_BUILD=	yes
 WRKSRC=		${WRKDIR}/kzipmix-static
@@ -34,7 +33,7 @@ post-extract:
 
 do-install:
 .for file in ${FILES}
-	@${INSTALL_PROGRAM} ${WRKSRC}/${file} ${PREFIX}/bin/${file:S/-static$//}
+	@${INSTALL_PROGRAM} ${WRKSRC}/${file} ${STAGEDIR}${PREFIX}/bin/${file:S/-static$//}
 .endfor
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list