aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2004-04-07 13:06:31 +0800
committermarcus <marcus@FreeBSD.org>2004-04-07 13:06:31 +0800
commitfa62f18431eb59d28cee0116a58aceed3ff45d35 (patch)
treeeb807518a290b8ff068d4041b0b6b16ea0088b85 /textproc
parent78700a501dca22c6a7776c7df07f7528ca222628 (diff)
downloadfreebsd-ports-gnome-fa62f18431eb59d28cee0116a58aceed3ff45d35.tar.gz
freebsd-ports-gnome-fa62f18431eb59d28cee0116a58aceed3ff45d35.tar.zst
freebsd-ports-gnome-fa62f18431eb59d28cee0116a58aceed3ff45d35.zip
Don't use an EXTRACT_DEPENDS during the install phase.
Requested by: kris
Diffstat (limited to 'textproc')
-rw-r--r--textproc/docbook-sk/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/docbook-sk/Makefile b/textproc/docbook-sk/Makefile
index aa2b90e44f85..2ec9788fde6e 100644
--- a/textproc/docbook-sk/Makefile
+++ b/textproc/docbook-sk/Makefile
@@ -35,7 +35,7 @@ pre-su-install:
@[ -d ${DOCBOOKDIR}/ent ] || ${MKDIR} ${DOCBOOKDIR}/ent
do-install:
- for file in `unzip -l ${DISTDIR}/${DISTFILES}|${AWK} '/:[0-9].*[^\/]$$/{print $$4}'`; do \
+ for file in `${FIND} ${WRKSRC} -type f | ${SED} -e 's|^${WRKSRC}/||' | ${GREP} -v '^\.' | ${SORT}`; do \
${INSTALL_DATA} ${WRKSRC}/$$file ${DOCBOOKDIR}/$$file; \
done