diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2004-11-27 12:55:25 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2004-11-27 12:55:25 +0000 |
commit | d43ba116d265381d822eeb564ad22511c76a0092 (patch) | |
tree | d96b2e5bcd0201831f7f4a58ebfc9cc57168f33f | |
parent | cb2141b74ca34d756dc41dd3ef926157e730d08c (diff) | |
download | pkgsrc-d43ba116d265381d822eeb564ad22511c76a0092.tar.gz |
use DIST_SUBDIR=pear to avoid potential conflicts with non-pear
programs
-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 d88214d1559..befa131cd53 100644 --- a/lang/php/pear.mk +++ b/lang/php/pear.mk @@ -1,4 +1,4 @@ -# $NetBSD: pear.mk,v 1.2 2004/11/27 09:52:42 jdolecek Exp $ +# $NetBSD: pear.mk,v 1.3 2004/11/27 12:55:25 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} +DIST_SUBDIR= pear + HOMEPAGE?= http://pear.php.net/package/${DISTNAME:C/-.*//} PEAR_CMD= ${PREFIX}/bin/pear |