diff options
author | tv <tv> | 2005-10-04 16:50:50 +0000 |
---|---|---|
committer | tv <tv> | 2005-10-04 16:50:50 +0000 |
commit | 76727996ff7d17402d6e7b6763321dfb5615ee74 (patch) | |
tree | b70f396c96c1531e5de095137425dc04db853509 /www/php4-apc | |
parent | 28eb73561100b1be96085239f2af2c761d27411e (diff) | |
download | pkgsrc-76727996ff7d17402d6e7b6763321dfb5615ee74.tar.gz |
PECL modules have a real homepage. Set the default for PECL modules to
the PECL distro site rather than PHP's default.
Bump PKGREVISION, as the HOMEPAGE is included in the binary package's +DESC.
Diffstat (limited to 'www/php4-apc')
-rw-r--r-- | www/php4-apc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/php4-apc/Makefile b/www/php4-apc/Makefile index caf15fa155b..8628c082582 100644 --- a/www/php4-apc/Makefile +++ b/www/php4-apc/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.19 2005/04/11 21:48:01 tv Exp $ +# $NetBSD: Makefile,v 1.20 2005/10/04 16:50:50 tv Exp $ MODNAME= apc PECL_VERSION= 2.0.4 +PKGREVISION= 1 CATEGORIES+= sysutils COMMENT= Alternative PHP Cache for PHP4 |