From 2374ca422f2eb8b46ed600c7bb21740b2865d899 Mon Sep 17 00:00:00 2001 From: joerg Date: Mon, 26 May 2008 02:13:14 +0000 Subject: 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. --- www/ap-python/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'www/ap-python') diff --git a/www/ap-python/Makefile b/www/ap-python/Makefile index 51d34deb36d..388cfec2123 100644 --- a/www/ap-python/Makefile +++ b/www/ap-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2008/04/25 20:39:13 joerg Exp $ +# $NetBSD: Makefile,v 1.20 2008/05/26 02:13:25 joerg Exp $ # DISTNAME= mod_python-2.7.10 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.modpython.org/ COMMENT= Python interpreter embedded into Apache +USE_TOOLS+= pax + CONFLICTS= ap-python-[0-9]* PLIST_SRC= ${WRKDIR}/.PLIST_SRC @@ -22,7 +24,7 @@ PYTHON_VERSIONS_ACCEPTED= 23 21 post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/html/ap-mod_python - cd ${WRKSRC} && ${PAX} -rw -s /doc-html/ap-mod_python/ \ + cd ${WRKSRC} && pax -rw -s /doc-html/ap-mod_python/ \ -pe doc-html ${PREFIX}/share/doc/html ${ECHO} lib/httpd/mod_python.so >${PLIST_SRC} cd ${PREFIX} && ${FIND} ${PYSITELIB}/mod_python \ -- cgit v1.2.3