summaryrefslogtreecommitdiff
path: root/www/zope
diff options
context:
space:
mode:
authorjoerg <joerg>2008-05-26 02:13:14 +0000
committerjoerg <joerg>2008-05-26 02:13:14 +0000
commit322586ec7e056266c541d642423c9aca509f0329 (patch)
treeb711f279533efa082bd9211a7161438542a8810d /www/zope
parent3540101cf6e8308dd8f7a131d1f776f628b525f2 (diff)
downloadpkgsrc-322586ec7e056266c541d642423c9aca509f0329.tar.gz
Second round of explicit pax dependencies. As reminded by tnn@,
many packages used to use ${PAX}. Use the common way of directly calling pax, it is created as tool after all.
Diffstat (limited to 'www/zope')
-rw-r--r--www/zope/product.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/www/zope/product.mk b/www/zope/product.mk
index faf3db9f13b..9a623cda697 100644
--- a/www/zope/product.mk
+++ b/www/zope/product.mk
@@ -1,4 +1,4 @@
-# $NetBSD: product.mk,v 1.3 2008/01/16 14:54:41 taca Exp $
+# $NetBSD: product.mk,v 1.4 2008/05/26 02:13:26 joerg Exp $
#
.if !defined(_ZOPE_PRODUCT_MK)
@@ -20,6 +20,8 @@ _ZOPE_PRODUCT_MK= # defined
.include "../../www/zope/zopeversion.mk"
+USE_TOOLS+= pax
+
DEPENDS+= ${ZOPE_DEPENDENCY}
ZOPE_PKG_PRODUCT?= ${ZOPE_PRODUCTS_BASE}/${ZOPE_PRODUCT_NAME}
@@ -68,7 +70,7 @@ zope-force-build:
.PHONY: zope-install-product
zope-install-product:
- cd ${ZOPE_PRODUCT_SRCDIR:Q} && ${PAX} -rw \
+ cd ${ZOPE_PRODUCT_SRCDIR:Q} && pax -rw \
-s ',.*/CVS/.*,,' \
-s ',.*/CVS$$,,' \
-s ',.*/\.cvsignore$$,,' \