aboutsummaryrefslogtreecommitdiff
path: root/net/GeoIP/Makefile
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2006-04-21 02:47:57 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2006-04-21 02:47:57 +0000
commit884b2f8e77510ab3cab2ed17f1fcfed9322c5eaa (patch)
tree64d653f04c9e47ec101691f30b51a50ea4028daa /net/GeoIP/Makefile
parentac09cd690a316cf1561e086913d579518afe7024 (diff)
downloadports-884b2f8e77510ab3cab2ed17f1fcfed9322c5eaa.tar.gz
ports-884b2f8e77510ab3cab2ed17f1fcfed9322c5eaa.zip
Notes
Diffstat (limited to 'net/GeoIP/Makefile')
-rw-r--r--net/GeoIP/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/net/GeoIP/Makefile b/net/GeoIP/Makefile
index 59a0a9eb8f26..ba163107ea38 100644
--- a/net/GeoIP/Makefile
+++ b/net/GeoIP/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= GeoIP
-PORTVERSION= 1.3.14
+PORTVERSION= 1.3.16
CATEGORIES= net
MASTER_SITES= http://www.maxmind.com/download/geoip/api/c/
@@ -18,9 +18,4 @@ INSTALLS_SHLIB= yes
MAN1= geoiplookup.1 geoipupdate.1
-post-install:
-.if !exists(${PREFIX}/etc/GeoIP.conf)
- @${INSTALL_DATA} ${PREFIX}/etc/GeoIP.conf.default ${PREFIX}/etc/GeoIP.conf
-.endif
-
.include <bsd.port.mk>