1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

Support stage

This commit is contained in:
Baptiste Daroussin 2013-12-26 14:56:40 +00:00
parent c8544f1b2b
commit 39ceb84b27
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=337532

View File

@ -12,11 +12,10 @@ COMMENT= Portable file archiver using QuickLZ
LICENSE= GPLv2
USES= dos2unix
EXTRACT_AFTER_ARGS= -d ${WRKSRC}
USE_ZIP= yes
USE_DOS2UNIX= yes
NO_STAGE= yes
PLIST_FILES= bin/qpress
do-build:
@ -24,6 +23,6 @@ do-build:
${CXX} ${CXXFLAGS} -o qpress qpress.cpp aio.cpp quicklz.c utilities.cpp -lpthread
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/qpress ${DESTDIR}${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/qpress ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>