summaryrefslogtreecommitdiff
path: root/lang/py-html-docs/Makefile
diff options
context:
space:
mode:
authortsarna <tsarna@pkgsrc.org>2000-01-02 04:22:31 +0000
committertsarna <tsarna@pkgsrc.org>2000-01-02 04:22:31 +0000
commitb2318849d235604f7addc3f12c4acb4524ee56e6 (patch)
tree199ab56455d17c523e70c8f1d6594cfbca1eebcf /lang/py-html-docs/Makefile
parent4d99ebb0cac26647ad749d007de94e62bf21e933 (diff)
downloadpkgsrc-b2318849d235604f7addc3f12c4acb4524ee56e6.tar.gz
Use ${FIND} and ${PAX}
Diffstat (limited to 'lang/py-html-docs/Makefile')
-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"