diff options
author | joerg <joerg@pkgsrc.org> | 2008-05-26 02:13:14 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-05-26 02:13:14 +0000 |
commit | 3d8ef5a52d6570c7a88c64337bb6c476b78c810c (patch) | |
tree | b711f279533efa082bd9211a7161438542a8810d /www/zope | |
parent | 7f7f5ce9170554e6c0c04606c5c2c0548ffab031 (diff) | |
download | pkgsrc-3d8ef5a52d6570c7a88c64337bb6c476b78c810c.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.mk | 6 |
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$$,,' \ |