diff options
author | jtb <jtb@pkgsrc.org> | 2001-02-20 08:56:18 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2001-02-20 08:56:18 +0000 |
commit | c8829a623b35917c7e3c8d4eaf233caf097b706f (patch) | |
tree | 4b7f56d7270a2eb3a0e64eacee4aba736831bae5 /devel | |
parent | 0c643b54c035de406088c63a70596029769b11d6 (diff) | |
download | pkgsrc-c8829a623b35917c7e3c8d4eaf233caf097b706f.tar.gz |
p5-Storage -> p5-Storable.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/Makefile b/devel/Makefile index 400343bec67..1c44982e8ff 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.168 2001/02/16 15:51:48 wiz Exp $ +# $NetBSD: Makefile,v 1.169 2001/02/20 08:56:18 jtb Exp $ # COMMENT= Development utilities @@ -120,7 +120,7 @@ SUBDIR+= p5-IO-Tty SUBDIR+= p5-LDAP SUBDIR+= p5-MLDBM SUBDIR+= p5-PV -SUBDIR+= p5-Storage +SUBDIR+= p5-Storable SUBDIR+= p5-Term-ReadKey SUBDIR+= p5-Time-HiRes SUBDIR+= p5-TimeDate |