svn commit: r337525 - head/archivers/lzma

Baptiste Daroussin bapt at FreeBSD.org
Thu Dec 26 14:41:12 UTC 2013


Author: bapt
Date: Thu Dec 26 14:41:11 2013
New Revision: 337525
URL: http://svnweb.freebsd.org/changeset/ports/337525

Log:
  Support stage

Modified:
  head/archivers/lzma/Makefile

Modified: head/archivers/lzma/Makefile
==============================================================================
--- head/archivers/lzma/Makefile	Thu Dec 26 14:40:41 2013	(r337524)
+++ head/archivers/lzma/Makefile	Thu Dec 26 14:41:11 2013	(r337525)
@@ -12,11 +12,9 @@ COMMENT=	High-ratio LZMA compressor
 
 CONFLICTS=	lzmautils-[0-9]* xz-[0-9]*
 
-USES=		gmake
+USES=		gmake dos2unix
 USE_BZIP2=	yes
-NO_STAGE=	yes
 NO_WRKSUBDIR=	yes
-USE_DOS2UNIX=	yes
 BUILD_WRKSRC=	${WRKSRC}/CPP/7zip/Bundles/LzmaCon
 MAKEFILE=	makefile.gcc
 PLIST_FILES=	bin/${PORTNAME}
@@ -42,11 +40,9 @@ post-patch:
 			${BUILD_WRKSRC}/${MAKEFILE}
 
 do-install:
-	@${INSTALL_PROGRAM} ${BUILD_WRKSRC}/${PORTNAME} ${PREFIX}/bin/
-.ifndef NOPORTDOCS
-	@${INSTALL} -d ${DOCSDIR}/
-	@cd ${WRKSRC}/&&${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}/
-.endif
+	${INSTALL_PROGRAM} ${BUILD_WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
+	@${INSTALL} -d ${STAGEDIR}${DOCSDIR}/
+	cd ${WRKSRC}/&&${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/
 
 regression-test: build
 	${BUILD_WRKSRC}/${PORTNAME} b


More information about the svn-ports-head mailing list