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/apache2 | |
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/apache2')
-rw-r--r-- | www/apache2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/apache2/Makefile b/www/apache2/Makefile index ae477a0a82b..62419f8cb8b 100644 --- a/www/apache2/Makefile +++ b/www/apache2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.122 2008/04/12 22:43:13 jlam Exp $ +# $NetBSD: Makefile,v 1.123 2008/05/26 02:13:25 joerg Exp $ .include "Makefile.common" @@ -13,7 +13,7 @@ CONFLICTS= apache-*ssl-[0-9]* apache6-[0-9]* BUILD_DEFS+= IPV6_READY BUILD_DEFS+= VARBASE -USE_TOOLS+= perl perl:run pkg-config +USE_TOOLS+= pax perl perl:run pkg-config USE_LIBTOOL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-layout=NetBSD @@ -216,7 +216,7 @@ post-install: done ${INSTALL_DATA_DIR} ${PREFIX}/share/httpd/manual - cd ${WRKSRC}/docs/manual && ${PAX} -rw . ${PREFIX}/share/httpd/manual + cd ${WRKSRC}/docs/manual && pax -rw . ${PREFIX}/share/httpd/manual ${INSTALL_SCRIPT} ${WRKDIR}/mkcert ${PREFIX}/sbin |