summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authortsarna <tsarna>2000-01-02 04:22:31 +0000
committertsarna <tsarna>2000-01-02 04:22:31 +0000
commitf636b6084386a03c81c5531ae285d494db9af982 (patch)
tree199ab56455d17c523e70c8f1d6594cfbca1eebcf /lang
parent9eacc06d325a28f6a22cb3493d34f593a075d79f (diff)
downloadpkgsrc-f636b6084386a03c81c5531ae285d494db9af982.tar.gz
Use ${FIND} and ${PAX}
Diffstat (limited to 'lang')
-rw-r--r--lang/py-html-docs/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/py-html-docs/Makefile b/lang/py-html-docs/Makefile
index 8549910a0b3..f8106c22f30 100644
--- a/lang/py-html-docs/Makefile
+++ b/lang/py-html-docs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 1999/09/21 01:01:02 hubertf Exp $
+# $NetBSD: Makefile,v 1.7 2000/01/02 04:22:31 tsarna Exp $
#
DISTNAME= html-1.5.2
@@ -21,9 +21,9 @@ PLIST_SRC= ${WRKDIR}/.PLIST_SRC
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/${HTMLDIR}
${CAT} ${PKGDIR}/PLIST.pre >${PLIST_SRC}
- (cd ${WRKSRC}; pax -r -w -v -p e [a-z]* ${PREFIX}/${HTMLDIR})
- (cd ${PREFIX}; find ${HTMLDIR} -type f -print >>${PLIST_SRC})
- (cd ${PREFIX}; find -d ${HTMLDIR} -type d -print | \
+ (cd ${WRKSRC}; ${PAX} -r -w -v -p e [a-z]* ${PREFIX}/${HTMLDIR})
+ (cd ${PREFIX}; ${FIND} ${HTMLDIR} -type f -print >>${PLIST_SRC})
+ (cd ${PREFIX}; ${FIND} -d ${HTMLDIR} -type d -print | \
${SED} -e "s/^/@dirrm /" >>${PLIST_SRC})
.include "../../mk/bsd.pkg.mk"