diff options
author | Sean Chittenden <seanc@FreeBSD.org> | 2002-10-09 04:34:49 +0000 |
---|---|---|
committer | Sean Chittenden <seanc@FreeBSD.org> | 2002-10-09 04:34:49 +0000 |
commit | 3d25f2bf6f8e203fda0cf649ad0ef4bae4d6858e (patch) | |
tree | ab222022628958b3f968bb9494f4eb431d672a13 | |
parent | Moved misc/GeoIP and misc/p5-Geo-IP to the more fitting net directory[1]. (diff) |
Move GeoIP and perl friend from misc/ to net/
Approved by: knu (mentor)
Notes
Notes:
svn path=/head/; revision=67684
-rw-r--r-- | misc/Makefile | 2 | ||||
-rw-r--r-- | net/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/misc/Makefile b/misc/Makefile index ffd7d60b5ee8..16796a6cfbe7 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -2,7 +2,6 @@ # SUBDIR += 44bsd-more - SUBDIR += GeoIP SUBDIR += Howto SUBDIR += achievo SUBDIR += aclgen @@ -222,7 +221,6 @@ SUBDIR += p5-Finance-Currency-Convert SUBDIR += p5-Finance-Quote SUBDIR += p5-Finance-QuoteHist - SUBDIR += p5-Geo-IP SUBDIR += p5-Geo-Weather SUBDIR += p5-I18N-Charset SUBDIR += p5-I18N-LangTags diff --git a/net/Makefile b/net/Makefile index 1041be66da75..7318022bafee 100644 --- a/net/Makefile +++ b/net/Makefile @@ -4,6 +4,7 @@ SUBDIR += 44bsd-rdist SUBDIR += 6tunnel SUBDIR += 6to4 + SUBDIR += GeoIP SUBDIR += NeTraMet SUBDIR += SSLtelnet SUBDIR += adasockets @@ -341,6 +342,7 @@ SUBDIR += p5-EasyTCP SUBDIR += p5-File-Rsync SUBDIR += p5-Frontier-RPC + SUBDIR += p5-Geo-IP SUBDIR += p5-IC-Radius SUBDIR += p5-IO-Interface SUBDIR += p5-IO-Socket-Multicast |