summaryrefslogtreecommitdiff
path: root/lang/py-html-docs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/py-html-docs/Makefile')
-rw-r--r--lang/py-html-docs/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/lang/py-html-docs/Makefile b/lang/py-html-docs/Makefile
index dcbc2a93720..29fbc6d516d 100644
--- a/lang/py-html-docs/Makefile
+++ b/lang/py-html-docs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2003/03/29 12:41:30 jmmv Exp $
+# $NetBSD: Makefile,v 1.13 2003/04/10 01:28:19 grant Exp $
#
DISTNAME= html-2.0
@@ -23,9 +23,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 | \
- ${SED} -e "s/^/@dirrm /" >>${PLIST_SRC})
+ cd ${WRKSRC} && ${PAX} -rw -pe [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"