diff options
author | tron <tron> | 2001-10-16 12:44:16 +0000 |
---|---|---|
committer | tron <tron> | 2001-10-16 12:44:16 +0000 |
commit | 66c214af560f9c0889adca4ee62842dfccd02ee9 (patch) | |
tree | 01912fdc42447c77c9099f740f06fe4637c6b931 /www/php4/Makefile | |
parent | ad783764464b8ba1ab88a70bce230ec857970158 (diff) | |
download | pkgsrc-66c214af560f9c0889adca4ee62842dfccd02ee9.tar.gz |
Replace "../php4" with "../../www/php4" at various locations to fix
build problems in PHP module packages outside "pkgsrc/www".
Diffstat (limited to 'www/php4/Makefile')
-rw-r--r-- | www/php4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/php4/Makefile b/www/php4/Makefile index c9ff0eb38a9..280f3e78779 100644 --- a/www/php4/Makefile +++ b/www/php4/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2001/10/16 04:54:24 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2001/10/16 12:44:16 tron Exp $ -.include "../php4/Makefile.php" +.include "Makefile.php" PKGNAME= php-${PHP_VERS} PHP_PKG_VERS= # empty |