use DIST_SUBDIR=pear to avoid potential conflicts with non-pear
programs
This commit is contained in:
parent
583bc3a34d
commit
54df23c26d
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue