diff options
author | tron <tron@pkgsrc.org> | 2001-10-16 12:44:16 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-10-16 12:44:16 +0000 |
commit | 809b4e92299aedce5430bc3a983275fbb4d5cd96 (patch) | |
tree | 01912fdc42447c77c9099f740f06fe4637c6b931 /www/php4/Makefile.module | |
parent | da3330d42ed7a197078d11c82c89c7815cf78d06 (diff) | |
download | pkgsrc-809b4e92299aedce5430bc3a983275fbb4d5cd96.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.module')
-rw-r--r-- | www/php4/Makefile.module | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/php4/Makefile.module b/www/php4/Makefile.module index a3d13840806..0bca922a013 100644 --- a/www/php4/Makefile.module +++ b/www/php4/Makefile.module @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.module,v 1.11 2001/10/16 12:33:46 tron Exp $ +# $NetBSD: Makefile.module,v 1.12 2001/10/16 12:44:16 tron Exp $ # # This Makefile is provided to ease creating PHP4 packages for the extension # modules distributed in the PHP4 sources. @@ -11,13 +11,13 @@ # of the PHP4 module package that don't affect other PHP4 modules. It is # typically left empty. -.include "../php4/Makefile.common" +.include "../../www/php4/Makefile.common" PKGNAME= php-${MODNAME}-${PHP_VERS} PHP_PKG_VERS?= # empty BUILD_DEPENDS+= automake>=1.4:../../devel/automake -DEPENDS+= php>=${PHP_BASE_VERS}:../php4 +DEPENDS+= php>=${PHP_BASE_VERS}:../../www/php4 PKGMODNAME= ${MODNAME:S/-/_/} MODULESDIR= ${WRKSRC}/modules @@ -59,4 +59,4 @@ do-module-install: ${INSTALL_DATA} ${MODULESDIR}/${PKGMODNAME}.so \ ${PREFIX}/${PHP_EXTENSION_DIR} -.include "../php4/buildlink.mk" +.include "../../www/php4/buildlink.mk" |