diff options
author | adrianp <adrianp@pkgsrc.org> | 2007-05-16 12:00:07 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2007-05-16 12:00:07 +0000 |
commit | c29e5b0e6ddae96e18a2bd297f6a48b17020a464 (patch) | |
tree | eb35566c73c34c6a3ecd2b95a4ec0dfd0ff3f42a /lang/pear/PLIST | |
parent | 9f4d20a1babf6cf8b68fd25031c59860dcc3e76c (diff) | |
download | pkgsrc-c29e5b0e6ddae96e18a2bd297f6a48b17020a464.tar.gz |
Get PEAR to install a system-wide configuration file instead of one
just for root.
Spotted by joerg@'s bulk builds
PKGREVISION++
Diffstat (limited to 'lang/pear/PLIST')
-rw-r--r-- | lang/pear/PLIST | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/pear/PLIST b/lang/pear/PLIST index 2509e667c25..1f14bb49d2f 100644 --- a/lang/pear/PLIST +++ b/lang/pear/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2007/05/05 21:21:45 adrianp Exp $ +@comment $NetBSD: PLIST,v 1.2 2007/05/16 12:00:08 adrianp Exp $ bin/pear bin/peardev bin/pecl @@ -145,6 +145,7 @@ lib/php/peclcmd.php lib/php/test/Structures_Graph/tests/README lib/php/test/Structures_Graph/tests/all-tests.php lib/php/test/Structures_Graph/tests/testCase/BasicGraph.php +share/examples/pear/pear.conf @dirrm lib/php/doc/Archive_Tar/docs @dirrm lib/php/doc/Archive_Tar @dirrm lib/php/doc/PEAR @@ -192,3 +193,4 @@ lib/php/test/Structures_Graph/tests/testCase/BasicGraph.php @unexec ${RMDIR} %D/lib/php/.registry 2>/dev/null || ${TRUE} @dirrm lib/php/.channels/.alias @dirrm lib/php/.channels +@dirrm share/examples/pear |