1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Support stage

This commit is contained in:
Baptiste Daroussin 2013-12-26 14:37:37 +00:00
parent 5bb7cac7f5
commit 61e227122c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=337522

View File

@ -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>