summaryrefslogtreecommitdiff
path: root/www/zope3
diff options
context:
space:
mode:
authorjoerg <joerg>2008-05-26 02:13:14 +0000
committerjoerg <joerg>2008-05-26 02:13:14 +0000
commit2374ca422f2eb8b46ed600c7bb21740b2865d899 (patch)
treeb711f279533efa082bd9211a7161438542a8810d /www/zope3
parentef56178a4a7ad8f02178aa72c5c4a4567ade918b (diff)
downloadpkgsrc-2374ca422f2eb8b46ed600c7bb21740b2865d899.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/zope3')
-rw-r--r--www/zope3/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/www/zope3/Makefile b/www/zope3/Makefile
index e9824260981..e964ea236bc 100644
--- a/www/zope3/Makefile
+++ b/www/zope3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2007/12/21 16:18:35 taca Exp $
+# $NetBSD: Makefile,v 1.19 2008/05/26 02:13:26 joerg Exp $
#
DISTNAME= Zope-3.3.1
@@ -45,9 +45,11 @@ MESSAGE_SUBST+= ZOPE3_USER=${ZOPE3_USER:Q} \
.include "../../mk/bsd.prefs.mk"
.if !empty(MACHINE_PLATFORM:MNetBSD-1.[0-6]*)
-EXTRACT_USING= gtar
+EXTRACT_USING= bsdtar
.endif
+USE_TOOLS+= pax
+
pre-install:
${FIND} ${WRKSRC} -name "*.orig" -type f -print | ${XARGS} ${RM} -f
@@ -56,9 +58,9 @@ post-install:
${LN} -s ${ZOPE3_DIR}/bin/mkzopeinstance ${PREFIX}/bin
${LN} -s ${ZOPE3_DIR}/bin/zopetest ${PREFIX}/bin
${INSTALL_DATA_DIR} ${ZOPE3_DOCDIR}
- cd ${WRKSRC}/Zope && ${PAX} -r -w LICENSES.txt ZopePublicLicense.txt \
+ cd ${WRKSRC}/Zope && pax -r -w LICENSES.txt ZopePublicLicense.txt \
${ZOPE3_DOCDIR}
- cd ${WRKSRC}/Zope/doc && ${PAX} -r -w *.txt ${ZOPE3_DOCDIR}
+ cd ${WRKSRC}/Zope/doc && pax -r -w *.txt ${ZOPE3_DOCDIR}
.include "Makefile.common"
.include "../../devel/zlib/buildlink3.mk"