diff options
author | bad <bad@pkgsrc.org> | 1999-04-14 18:00:47 +0000 |
---|---|---|
committer | bad <bad@pkgsrc.org> | 1999-04-14 18:00:47 +0000 |
commit | 286099986eae8fee64848a798d8bfb33bfb12071 (patch) | |
tree | 9524b772c2816d5a2d31064ab0bec75f5ba49ba5 /www | |
parent | 8fa081c06a52d83f0703c9c4d91432bd852efdf3 (diff) | |
download | pkgsrc-286099986eae8fee64848a798d8bfb33bfb12071.tar.gz |
${LOCALBAASE}/bin/perl or bust.
Diffstat (limited to 'www')
-rw-r--r-- | www/ap-auth-cookie/Makefile | 4 | ||||
-rw-r--r-- | www/ap-fastcgi/Makefile | 4 | ||||
-rw-r--r-- | www/ap-ssl/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/www/ap-auth-cookie/Makefile b/www/ap-auth-cookie/Makefile index 1947e15e87a..3872a59ae07 100644 --- a/www/ap-auth-cookie/Makefile +++ b/www/ap-auth-cookie/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 1998/12/04 17:25:59 tv Exp $ +# $NetBSD: Makefile,v 1.11 1999/04/14 18:00:48 bad Exp $ # # There are a few more mod_auth_cookie's out there doing slightly # different things. This one pkg would be a good place to dump them all in @@ -16,7 +16,7 @@ HOMEPAGE= ftp://ftp.kciLink.com/pub/mod_auth_cookie.txt DEPENDS+= apache-1.3.3.2:../../www/apache # For "apxs": -BUILD_DEPENDS= ${PREFIX}/bin/perl:../../lang/perl5 +BUILD_DEPENDS= ${LOCALBASE}/bin/perl:../../lang/perl5 EXTRACT_CMD= ${DO_NADA} diff --git a/www/ap-fastcgi/Makefile b/www/ap-fastcgi/Makefile index b99497e0d7f..f767dc3df74 100644 --- a/www/ap-fastcgi/Makefile +++ b/www/ap-fastcgi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1998/12/04 17:25:59 tv Exp $ +# $NetBSD: Makefile,v 1.6 1999/04/14 18:00:48 bad Exp $ # DISTNAME= mod_fastcgi-2.0.18 @@ -11,7 +11,7 @@ HOMEPAGE= http://www.fastcgi.com/ DEPENDS+= apache-1.3.3.2:../../www/apache # For "apxs": -BUILD_DEPENDS= ${PREFIX}/bin/perl:../../lang/perl5 +BUILD_DEPENDS= ${LOCALBASE}/bin/perl:../../lang/perl5 do-build: @cd ${WRKSRC} && ${PREFIX}/sbin/apxs -c -o mod_fastcgi.so \ diff --git a/www/ap-ssl/Makefile b/www/ap-ssl/Makefile index efbe61a9873..577b2102df5 100644 --- a/www/ap-ssl/Makefile +++ b/www/ap-ssl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1998/12/28 07:56:35 marc Exp $ +# $NetBSD: Makefile,v 1.6 1999/04/14 18:00:48 bad Exp $ # DISTNAME= mod_ssl-2.1.3-1.3.3 @@ -12,7 +12,7 @@ HOMEPAGE= http://www.sngelschall.com/sw/mod_ssl/ DEPENDS= ssleay-0.9.0b:../../security/ssleay \ apache-1.3.3.2:../../www/apache # For "apxs": -BUILD_DEPENDS= ${PREFIX}/bin/perl:../../lang/perl5 +BUILD_DEPENDS= ${LOCALBASE}/bin/perl:../../lang/perl5 CONFLICTS= apache-1.3.[012] apache-*modssl-* |