diff options
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 6e595ef9529..0ae69286b8b 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/ |