diff options
Diffstat (limited to 'lang')
-rw-r--r-- | lang/php/pear.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/php/pear.mk b/lang/php/pear.mk index 1c075a1fff7..d88214d1559 100644 --- a/lang/php/pear.mk +++ b/lang/php/pear.mk @@ -1,4 +1,4 @@ -# $NetBSD: pear.mk,v 1.1 2004/11/01 19:55:57 jdolecek Exp $ +# $NetBSD: pear.mk,v 1.2 2004/11/27 09:52:42 jdolecek Exp $ # # This Makefile fragment is intended to be included by packages that build # and install pear packages. @@ -27,6 +27,8 @@ MASTER_SITE_PEAR_PACKAGE+= \ http://pear.php.net/get/ MASTER_SITES+= ${MASTER_SITE_PEAR_PACKAGE} +HOMEPAGE?= http://pear.php.net/package/${DISTNAME:C/-.*//} + PEAR_CMD= ${PREFIX}/bin/pear PEAR_LIB= lib/php |