diff options
-rw-r--r-- | lang/php5/Makefile.common | 3 | ||||
-rw-r--r-- | lang/php5/Makefile.php | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/lang/php5/Makefile.common b/lang/php5/Makefile.common index 67e059f8243..a7f803f5cdf 100644 --- a/lang/php5/Makefile.common +++ b/lang/php5/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.4 2004/11/04 18:38:55 jdolecek Exp $ +# $NetBSD: Makefile.common,v 1.5 2004/12/17 07:36:13 jdolecek Exp $ # DISTNAME?= php-${PHP_BASE_VERS} @@ -7,7 +7,6 @@ MASTER_SITES?= http://www.php.net/distributions/ \ http://php3.de/distributions/ \ ftp://ftp.php.net/pub/distributions/ EXTRACT_SUFX?= .tar.bz2 -DISTINFO_FILE= ${.CURDIR}/../../lang/php5/distinfo MAINTAINER?= tech-pkg@NetBSD.org HOMEPAGE?= http://www.php.net/ diff --git a/lang/php5/Makefile.php b/lang/php5/Makefile.php index a6ed23f419c..591d09d190f 100644 --- a/lang/php5/Makefile.php +++ b/lang/php5/Makefile.php @@ -1,8 +1,10 @@ -# $NetBSD: Makefile.php,v 1.1 2004/11/04 18:38:55 jdolecek Exp $ +# $NetBSD: Makefile.php,v 1.2 2004/12/17 07:36:13 jdolecek Exp $ # .include "../../lang/php5/Makefile.common" +DISTINFO_FILE= ${.CURDIR}/../../lang/php5/distinfo + BUILD_DEFS= USE_INET6 USE_LIBTOOL= YES |