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 /print | |
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 'print')
-rw-r--r-- | print/php-pdflib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/php-pdflib/Makefile b/print/php-pdflib/Makefile index f20b5c1e26e..56111e3c58d 100644 --- a/print/php-pdflib/Makefile +++ b/print/php-pdflib/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2005/04/11 21:47:08 tv Exp $ +# $NetBSD: Makefile,v 1.4 2005/10/04 16:50:50 tv Exp $ MODNAME= pdflib PKGMODNAME= pdf PECL_VERSION= 2.0.3 +PKGREVISION= 1 CATEGORIES+= print PKGREVISION= # empty COMMENT= PHP extension for PDFlib on-the-fly PDF generation |