aboutsummaryrefslogtreecommitdiff
path: root/textproc/docbook-xml
diff options
context:
space:
mode:
authorChris Rees <crees@FreeBSD.org>2013-10-06 12:34:47 +0000
committerChris Rees <crees@FreeBSD.org>2013-10-06 12:34:47 +0000
commit38c87a53f7563a159f27660a39f08d67ee2425ac (patch)
treeedfa5029a832462e27f2ae695d543c8f787b8918 /textproc/docbook-xml
parent4614867608dbf5f47bec04588a98c58c8010e287 (diff)
downloadports-38c87a53f7563a159f27660a39f08d67ee2425ac.tar.gz
ports-38c87a53f7563a159f27660a39f08d67ee2425ac.zip
Partially revert r284943 to enable building with base unzip.
The better solution would be to do the extraction in the do-extract section. PR: ports/182648 Submitted by: ports/182022 Approved by: maintainer timeout (kuriyama, 4 weeks)
Notes
Notes: svn path=/head/; revision=329556
Diffstat (limited to 'textproc/docbook-xml')
-rw-r--r--textproc/docbook-xml/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/docbook-xml/Makefile b/textproc/docbook-xml/Makefile
index 1bda569126c0..56e22e14521d 100644
--- a/textproc/docbook-xml/Makefile
+++ b/textproc/docbook-xml/Makefile
@@ -33,7 +33,7 @@ pre-su-install:
@[ -d ${DOCBOOKDIR}/ent ] || ${MKDIR} ${DOCBOOKDIR}/ent
do-install:
- for file in `${UNZIP_CMD} -l ${DISTDIR}/${DISTFILES}|${AWK} '/:[0-9].*[^\/]$$/{print $$4}'`; do \
+ for file in `unzip -l ${DISTDIR}/${DISTFILES}|${AWK} '/:[0-9].*[^\/]$$/{print $$4}'`; do \
${INSTALL_DATA} ${WRKSRC}/$$file ${DOCBOOKDIR}/$$file; \
done