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 | 7e8d73a2f828db9d35f29b49764e35728972ce24 (patch) | |
tree | b711f279533efa082bd9211a7161438542a8810d /www/ap-python | |
parent | f46dfbfa33d3c97ae7eb4dca75789144f99079a7 (diff) | |
download | pkgsrc-7e8d73a2f828db9d35f29b49764e35728972ce24.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/ap-python')
-rw-r--r-- | www/ap-python/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
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 \ |