pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/php use DIST_SUBDIR=pear to avoid potential confl...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c597d065e998
branches:  trunk
changeset: 484399:c597d065e998
user:      jdolecek <jdolecek%pkgsrc.org@localhost>
date:      Sat Nov 27 12:55:25 2004 +0000

description:
use DIST_SUBDIR=pear to avoid potential conflicts with non-pear
programs

diffstat:

 lang/php/pear.mk |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r b1b6cd8d7e46 -r c597d065e998 lang/php/pear.mk
--- a/lang/php/pear.mk  Sat Nov 27 12:54:48 2004 +0000
+++ b/lang/php/pear.mk  Sat Nov 27 12:55:25 2004 +0000
@@ -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 @@
        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



Home | Main Index | Thread Index | Old Index