diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-02-27 14:40:43 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-02-27 14:40:43 +0000 |
commit | 6b05f19d95b0e154eb349d74ea75d39aee490a86 (patch) | |
tree | 4779bdbb096411ec018609b2e852c8c66639302f /net/GeoIP/Makefile | |
parent | 4468bb63130f9000cf5afd566b798e52cfb213bf (diff) |
Notes
Diffstat (limited to 'net/GeoIP/Makefile')
-rw-r--r-- | net/GeoIP/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/GeoIP/Makefile b/net/GeoIP/Makefile index 6e595ef95292..0ae69286b8bf 100644 --- a/net/GeoIP/Makefile +++ b/net/GeoIP/Makefile @@ -6,8 +6,7 @@ # PORTNAME= GeoIP -PORTVERSION= 1.4.5 -PORTREVISION= 1 +PORTVERSION= 1.4.6 CATEGORIES= net geography MASTER_SITES= http://geolite.maxmind.com/download/geoip/api/c/ @@ -18,7 +17,7 @@ USE_GNOME= gnometarget USE_AUTOTOOLS= libtool:15 USE_LDCONFIG= yes -MAN1= geoiplookup.1 geoipupdate.1 +MAN1= geoiplookup.1 geoipupdate.1 geoiplookup6.1 post-install: ${INSTALL_SCRIPT} ${FILESDIR}/geoipupdate.sh ${PREFIX}/bin/ |