diff options
author | tv <tv@pkgsrc.org> | 2005-10-04 16:50:50 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-10-04 16:50:50 +0000 |
commit | 5138d2240f70b3dd46724be2434ad39fb47fdf2e (patch) | |
tree | b70f396c96c1531e5de095137425dc04db853509 /archivers/php-zip | |
parent | 133d9c2ce97eeb273340937bb31f089abaa8c928 (diff) | |
download | pkgsrc-5138d2240f70b3dd46724be2434ad39fb47fdf2e.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 'archivers/php-zip')
-rw-r--r-- | archivers/php-zip/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/php-zip/Makefile b/archivers/php-zip/Makefile index af0d93995bd..8e83dd9633e 100644 --- a/archivers/php-zip/Makefile +++ b/archivers/php-zip/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2005/04/11 21:44:50 tv Exp $ +# $NetBSD: Makefile,v 1.3 2005/10/04 16:50:50 tv Exp $ MODNAME= zip PECL_VERSION= 1.0 +PKGREVISION= 1 CATEGORIES+= archivers PKGREVISION= # empty COMMENT= PHP extension for ZIP archive handling |