diff options
author | jlam <jlam@pkgsrc.org> | 2005-06-24 06:43:43 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-06-24 06:43:43 +0000 |
commit | c2fb31ba79b4e2677da1e193c01a2acd5a84987c (patch) | |
tree | 666a7e5cc344f7ca6390ba1b81aaa8b1490d242a /lang/Makefile | |
parent | da0eb1e229aed50d42e5ca1cc26107c9a3660e51 (diff) | |
download | pkgsrc-c2fb31ba79b4e2677da1e193c01a2acd5a84987c.tar.gz |
Drop the perl-5.6.x package from pkgsrc. Remove lang/perl58 and update
lang/perl5 to perl-5.8.6nb4. Modify packages that referred to
lang/perl58 to point to lang/perl5 instead.
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/Makefile b/lang/Makefile index 8c84511df99..6ae10f2cf70 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.216 2005/06/24 05:56:26 jlam Exp $ +# $NetBSD: Makefile,v 1.217 2005/06/24 06:43:44 jlam Exp $ # COMMENT= Programming languages @@ -97,7 +97,6 @@ SUBDIR+= opencobol SUBDIR+= p2c SUBDIR+= parrot SUBDIR+= perl5 -SUBDIR+= perl58 SUBDIR+= pforth #SUBDIR+= php # only contains Makefile fragments #SUBDIR+= php5 # only contains Makefile fragments |