svn commit: r337522 - head/archivers/lz4

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


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

Log:
  Support stage

Modified:
  head/archivers/lz4/Makefile

Modified: head/archivers/lz4/Makefile
==============================================================================
--- head/archivers/lz4/Makefile	Thu Dec 26 14:36:58 2013	(r337521)
+++ head/archivers/lz4/Makefile	Thu Dec 26 14:37:37 2013	(r337522)
@@ -10,13 +10,12 @@ MASTER_SITES=	https://dl.dropboxusercont
 MAINTAINER=	alexey at renatasystems.org
 COMMENT=	Fast compressor using LZ4 algorithm
 
-NO_STAGE=		yes
 USES=		gmake
 ALL_TARGET=	lz4c
 
 PLIST_FILES=	bin/lz4c
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/lz4c.exe ${PREFIX}/bin/lz4c
+	${INSTALL_PROGRAM} ${WRKSRC}/lz4c.exe ${STAGEDIR}${PREFIX}/bin/lz4c
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list