aboutsummaryrefslogtreecommitdiff
path: root/textproc/iso8879
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2010-06-06 16:57:39 +0000
committerPav Lucistnik <pav@FreeBSD.org>2010-06-06 16:57:39 +0000
commit2600bed8061f0d7d8d2c7c6d45bfc6fbeff5afa2 (patch)
tree4af1198a24a0aff2c08ec336d00c5be692adbf8f /textproc/iso8879
parentd9c5a6915b918cd9b336cd01a4a13ee98af13920 (diff)
downloadports-2600bed8061f0d7d8d2c7c6d45bfc6fbeff5afa2.tar.gz
ports-2600bed8061f0d7d8d2c7c6d45bfc6fbeff5afa2.zip
- Cannot use EXTRACT_BEFORE_ARGS with no USE_ZIP
Notes
Notes: svn path=/head/; revision=255907
Diffstat (limited to 'textproc/iso8879')
-rw-r--r--textproc/iso8879/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/iso8879/Makefile b/textproc/iso8879/Makefile
index 7fdb02e1cef5..ad04f701fc99 100644
--- a/textproc/iso8879/Makefile
+++ b/textproc/iso8879/Makefile
@@ -34,7 +34,7 @@ pre-su-install:
@[ -d ${INSTDIR} ] || ${MKDIR} ${INSTDIR}
do-install:
- @${UNZIP_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/${DISTFILES} -d ${INSTDIR}
+ @${UNZIP_CMD} -a -q -o ${DISTDIR}/${DISTFILES} -d ${INSTDIR}
@${INSTALL_DATA} ${FILESDIR}/catalog ${INSTDIR}/catalog
@${CHMOD} ${SHAREMODE} ${INSTDIR}/*
@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${INSTDIR}