aboutsummaryrefslogtreecommitdiff
path: root/net/GeoIP/Makefile
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2008-07-03 21:51:55 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2008-07-03 21:51:55 +0000
commit5ce08c8e52a049fddbf457fa3c9b28e2f26a4151 (patch)
tree9f5df797c6c4aa614bc0f9d399fd42b0860274b7 /net/GeoIP/Makefile
parent955f8ff4f42e963000ab95fdadc8756119b0cc96 (diff)
downloadports-5ce08c8e52a049fddbf457fa3c9b28e2f26a4151.tar.gz
ports-5ce08c8e52a049fddbf457fa3c9b28e2f26a4151.zip
- update geoipupdate.sh to update the free database (GeoLite country)
- bump PORTREVISION Submitted by: Peter Clark <clarkp at mtmary.edu>
Notes
Notes: svn path=/head/; revision=216262
Diffstat (limited to 'net/GeoIP/Makefile')
-rw-r--r--net/GeoIP/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/GeoIP/Makefile b/net/GeoIP/Makefile
index 605700119eb3..02412ca1989a 100644
--- a/net/GeoIP/Makefile
+++ b/net/GeoIP/Makefile
@@ -7,6 +7,7 @@
PORTNAME= GeoIP
PORTVERSION= 1.4.4
+PORTREVISION= 1
CATEGORIES= net geography
MASTER_SITES= http://www.maxmind.com/download/geoip/api/c/
@@ -19,4 +20,7 @@ USE_LDCONFIG= yes
MAN1= geoiplookup.1 geoipupdate.1
+post-install:
+ ${INSTALL_SCRIPT} ${FILESDIR}/geoipupdate.sh ${PREFIX}/bin/
+
.include <bsd.port.mk>