aboutsummaryrefslogtreecommitdiff
path: root/archivers/qpress
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-12-26 14:56:40 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-12-26 14:56:40 +0000
commit39ceb84b2726e287ce2a624ff14e6c3001106117 (patch)
tree3eb461c11b4a421171431ef029ce978048328bf0 /archivers/qpress
parentc8544f1b2b62c5071339d261679151b0a9ac905e (diff)
downloadports-39ceb84b2726e287ce2a624ff14e6c3001106117.tar.gz
ports-39ceb84b2726e287ce2a624ff14e6c3001106117.zip
Support stage
Notes
Notes: svn path=/head/; revision=337532
Diffstat (limited to 'archivers/qpress')
-rw-r--r--archivers/qpress/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/archivers/qpress/Makefile b/archivers/qpress/Makefile
index dcdd358e57d9..2a1984bacbae 100644
--- a/archivers/qpress/Makefile
+++ b/archivers/qpress/Makefile
@@ -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>