diff options
author | obache <obache@pkgsrc.org> | 2007-01-11 12:50:59 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-01-11 12:50:59 +0000 |
commit | a449d641dba31b9e124c65644d7bca2b8b3bd0ea (patch) | |
tree | a85ac73bb7bbe91abfe196c0b1138b42590ad640 /devel/Makefile | |
parent | 8300b8054f72cda03bc33cd658d1c5e1d8caada9 (diff) | |
download | pkgsrc-a449d641dba31b9e124c65644d7bca2b8b3bd0ea.tar.gz |
Remove p5-File-Spec. Use p5-PathTools instead.
Pointed out by Christoph Badura in PR 35402.
From Changes of p5-PathTools:
3.00 Thu Sep 2 22:15:07 CDT 2004
- Merged Cwd and File::Spec into a single PathTools distribution.
This was done because the two modules use each other fairly
extensively, and extracting the common stuff into another
distribution was deemed nigh-impossible. The code in revision 3.00
of PathTools should be equivalent to the code in Cwd 2.21 and
File::Spec 0.90.
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/Makefile b/devel/Makefile index 75f6e5d5e4e..4c98bcce333 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.802 2007/01/10 22:11:16 bad Exp $ +# $NetBSD: Makefile,v 1.803 2007/01/11 12:50:59 obache Exp $ # COMMENT= Development utilities @@ -428,7 +428,6 @@ SUBDIR+= p5-File-MimeInfo SUBDIR+= p5-File-Modified SUBDIR+= p5-File-PathConvert SUBDIR+= p5-File-Slurp -SUBDIR+= p5-File-Spec SUBDIR+= p5-File-Temp SUBDIR+= p5-File-Type SUBDIR+= p5-File-chdir |