diff options
author | wiz <wiz> | 2001-02-17 17:21:28 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-02-17 17:21:28 +0000 |
commit | 5c2ded063c246b745cbe88b35958aeb774b3efff (patch) | |
tree | fe8266973ffa2637b58ee95206ea56dc48377bc4 /www/php3 | |
parent | a45ac7ca966bf5b8cb2bec544cf9fe7ef1ece047 (diff) | |
download | pkgsrc-5c2ded063c246b745cbe88b35958aeb774b3efff.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'www/php3')
-rw-r--r-- | www/php3/Makefile | 3 | ||||
-rw-r--r-- | www/php3/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/php3/Makefile b/www/php3/Makefile index ae4e1eb66b8..6609831df9d 100644 --- a/www/php3/Makefile +++ b/www/php3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2001/01/07 04:59:58 explorer Exp $ +# $NetBSD: Makefile,v 1.21 2001/02/17 17:22:28 wiz Exp $ # DISTNAME= php-${PHP_VERSION} @@ -9,6 +9,7 @@ DISTFILES+= ${DISTNAME}.tar.gz MAINTAINER= cjs@netbsd.org HOMEPAGE= http://www.php.net/ +COMMENT= PHP3 HTML-embedded programming language with database connectivity BUILD_DEPENDS+= ${PERL5}:../../lang/perl5-base DEPENDS+= gdbm>=1.7.3:../../databases/gdbm diff --git a/www/php3/pkg/COMMENT b/www/php3/pkg/COMMENT deleted file mode 100644 index 26de6d78cb9..00000000000 --- a/www/php3/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -PHP3 HTML-embedded programming language with database connectivity |