diff options
author | wiz <wiz@pkgsrc.org> | 2001-05-03 16:53:57 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-05-03 16:53:57 +0000 |
commit | 5902a4a2c54a58c6d7e2304192e843bc0d3f704d (patch) | |
tree | a44ff1704ffacdfad38eb57dfd0a2b905c90c844 /www/php3 | |
parent | f9e69a9b8d5072b2f95d417f7efc4a01417b2cc5 (diff) | |
download | pkgsrc-5902a4a2c54a58c6d7e2304192e843bc0d3f704d.tar.gz |
Use a shared distinfo file.
Diffstat (limited to 'www/php3')
-rw-r--r-- | www/php3/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www/php3/Makefile b/www/php3/Makefile index b33bdb03ebf..974a28d0450 100644 --- a/www/php3/Makefile +++ b/www/php3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2001/04/30 03:46:34 jlam Exp $ +# $NetBSD: Makefile,v 1.25 2001/05/03 16:53:57 wiz Exp $ # DISTNAME= php-${PHP_VERSION} @@ -24,8 +24,9 @@ PHP_VERSION= 3.0.18 .if defined(BUILDING_EXTENSION_MODULE) || defined(BUILDING_SERVER_MODULE) DEPENDS+= php-${PHP_VERSION}:../../www/php3 -FILESDIR?= ${PKGSRCDIR}/www/php3/files -PATCHDIR?= ${PKGSRCDIR}/www/php3/patches +DISTINFO_FILE= ../../www/php3/distinfo +FILESDIR?= ../../www/php3/files +PATCHDIR?= ../../www/php3/patches .endif # Here we configure only for what NetBSD ships. We add the rest via modules. |