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 /net | |
parent | fb0fd0220d0818339935f082a3100e1e6b287980 (diff) | |
download | freebsd-ports-3d25f2bf6f8e203fda0cf649ad0ef4bae4d6858e.zip |
Move GeoIP and perl friend from misc/ to net/
Approved by: knu (mentor)
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |