diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-26 14:37:37 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-26 14:37:37 +0000 |
commit | 61e227122cc82e8ae20c4e56e7d73563cffa15d2 (patch) | |
tree | 534b11bf03f5f08cb29c2fd07c394fcf3453f510 /archivers/lz4 | |
parent | 5bb7cac7f50d246f368417813fa4c196fcbe45bb (diff) |
Notes
Diffstat (limited to 'archivers/lz4')
-rw-r--r-- | archivers/lz4/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/archivers/lz4/Makefile b/archivers/lz4/Makefile index 742c470dde90..7d83ff433ed8 100644 --- a/archivers/lz4/Makefile +++ b/archivers/lz4/Makefile @@ -10,13 +10,12 @@ MASTER_SITES= https://dl.dropboxusercontent.com/u/59565338/LZ4/ \ MAINTAINER= alexey@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> |