summaryrefslogtreecommitdiff
path: root/www/py-zpublisher/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/py-zpublisher/Makefile')
-rw-r--r--www/py-zpublisher/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/www/py-zpublisher/Makefile b/www/py-zpublisher/Makefile
index 93d2e5e4468..bad53bf35ed 100644
--- a/www/py-zpublisher/Makefile
+++ b/www/py-zpublisher/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2003/03/29 12:42:53 jmmv Exp $
+# $NetBSD: Makefile,v 1.7 2003/04/10 01:28:30 grant Exp $
#
DISTNAME= Zope-2.2.2-src
@@ -18,18 +18,18 @@ PLIST_SRC= ${WRKDIR}/.PLIST_SRC
EXTRACT_ELEMENTS= ${DISTNAME}/lib/python/ZPublisher
do-build:
- (cd ${WRKSRC}/..; ${PY_PROG} ${PY_LIBDIR}/compileall.py .)
- (cd ${WRKSRC}/..; ${PY_PROG} -O ${PY_LIBDIR}/compileall.py .)
+ cd ${WRKSRC}/.. && ${PY_PROG} ${PY_LIBDIR}/compileall.py .
+ cd ${WRKSRC}/.. && ${PY_PROG} -O ${PY_LIBDIR}/compileall.py .
do-install:
${INSTALL_SCRIPT_DIR} ${PY_SITEPKG}
${CAT} ${PKGDIR}/PLIST.pre >${PLIST_SRC}
- (cd ${WRKSRC}; ${PAX} -r -w -v -p e ZPublisher ${PY_SITEPKG})
+ cd ${WRKSRC} && ${PAX} -rw -pe ZPublisher ${PY_SITEPKG}
${CHMOD} 755 ${PY_SITEPKG}/ZPublisher/Test.py
- (cd ${PREFIX}; ${FIND} ${PY_SITEPATH}/ZPublisher \
- -type f -print >>${PLIST_SRC})
- (cd ${PREFIX}; ${FIND} -d ${PY_SITEPATH}/ZPublisher \
- -type d -print | ${SED} -e "s/^/@dirrm /" >>${PLIST_SRC})
+ cd ${PREFIX} && ${FIND} ${PY_SITEPATH}/ZPublisher \
+ -type f -print >>${PLIST_SRC}
+ cd ${PREFIX} && ${FIND} -d ${PY_SITEPATH}/ZPublisher \
+ -type d -print | ${SED} -e "s/^/@dirrm /" >>${PLIST_SRC}
${LN} -sf ../${PY_SITEPATH}/ZPublisher/Test.py ${PREFIX}/bin/bobo
.include "../../lang/python20/Makefile.inc"