From 73a58d44a880c37984c31e4949ca7170ccf9cf70 Mon Sep 17 00:00:00 2001 From: jlam Date: Fri, 12 Apr 2002 17:59:57 +0000 Subject: Give PHP4 distfile a make variable name. --- www/php4/Makefile.common | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'www/php4') diff --git a/www/php4/Makefile.common b/www/php4/Makefile.common index d8ab0a983f0..10a39927779 100644 --- a/www/php4/Makefile.common +++ b/www/php4/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.24 2002/03/01 22:51:42 jlam Exp $ +# $NetBSD: Makefile.common,v 1.25 2002/04/12 17:59:57 jlam Exp $ DISTNAME?= php-${PHP_DIST_VERS} CATEGORIES+= www php4 @@ -17,6 +17,9 @@ HOMEPAGE?= http://www.php.net/ PHP_DIST_VERS= 4.1.2 PHP_BASE_VERS= ${PHP_DIST_VERS} +DISTFILES?= ${PHP_DISTFILE} +PHP_DISTFILE= ${DISTNAME}${EXTRACT_SUFX} + # Location of installed PHP4 loadable modules under ${PREFIX}. # This is derived from the value of `php-config --extension-dir`. # The number for the last part of the path represents a specific version -- cgit v1.2.3