diff options
-rw-r--r-- | www/php4/Makefile.common | 3 | ||||
-rw-r--r-- | www/php4/Makefile.php | 7 |
2 files changed, 6 insertions, 4 deletions
diff --git a/www/php4/Makefile.common b/www/php4/Makefile.common index a1ddec36a40..eed654f3171 100644 --- a/www/php4/Makefile.common +++ b/www/php4/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.41 2004/07/13 12:22:29 jdolecek Exp $ +# $NetBSD: Makefile.common,v 1.42 2004/07/13 12:34:33 jdolecek Exp $ DISTNAME?= php-${PHP_DIST_VERS} CATEGORIES+= www php4 @@ -17,7 +17,6 @@ HOMEPAGE?= http://www.php.net/ # PHP_DIST_VERS= 4.3.7 PHP_BASE_VERS= ${PHP_DIST_VERS} -PKGREVISION= 1 DISTFILES?= ${PHP_DISTFILE} PHP_DISTFILE= ${DISTNAME}${EXTRACT_SUFX} diff --git a/www/php4/Makefile.php b/www/php4/Makefile.php index e40d1eec4f8..b29074b397b 100644 --- a/www/php4/Makefile.php +++ b/www/php4/Makefile.php @@ -1,9 +1,12 @@ -# $NetBSD: Makefile.php,v 1.13 2004/04/26 08:35:22 jlam Exp $ +# $NetBSD: Makefile.php,v 1.14 2004/07/13 12:34:33 jdolecek Exp $ .include "../../www/php4/Makefile.common" +# revision of the core PHP interepreter +PKGREVISION= 1 + DISTINFO_FILE= ${.CURDIR}/../../www/php4/distinfo -PATCHDIR= ${.CURDIR}/../../www/php4/patches +PATCHDIR= ${.CURDIR}/../../www/php4/patches USE_LIBTOOL= YES GNU_CONFIGURE= YES |