pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/php 'data' items must be handled same way as 'tes...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bab517543781
branches:  trunk
changeset: 482698:bab517543781
user:      jdolecek <jdolecek%pkgsrc.org@localhost>
date:      Mon Nov 01 20:31:13 2004 +0000

description:
'data' items must be handled same way as 'test' and 'doc' - they are installed
into BASE/data/<pkgname>/*

diffstat:

 lang/php/pear_plist.php |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 54059ab3bb29 -r bab517543781 lang/php/pear_plist.php
--- a/lang/php/pear_plist.php   Mon Nov 01 20:29:36 2004 +0000
+++ b/lang/php/pear_plist.php   Mon Nov 01 20:31:13 2004 +0000
@@ -1,5 +1,5 @@
 <?php
-# $NetBSD: pear_plist.php,v 1.2 2004/11/01 20:17:20 jdolecek Exp $
+# $NetBSD: pear_plist.php,v 1.3 2004/11/01 20:31:13 jdolecek Exp $
 # Parses package XML file and outputs appropriate PLIST
 
 $PEAR_LIB = getenv('PEAR_LIB');
@@ -18,6 +18,7 @@
        switch($v['role']) {
        case 'test':
        case 'doc':
+       case 'data':
                $prefix = "$v[role]/$pkg/";
                $dirrm["$v[role]/$pkg"] = true;
                break;



Home | Main Index | Thread Index | Old Index