diff options
author | adamw <adamw@FreeBSD.org> | 2014-11-17 00:25:46 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-11-17 00:25:46 +0800 |
commit | 80ba62c2a8bcba47c3c550e4993bd0b95ef814f5 (patch) | |
tree | 378fe1ee4981b1ec24b7dca84be6dd899ef733ae /net/GeoIP | |
parent | 21fab6ad43d13abdeabb6b79f2d05c0959e2bc27 (diff) | |
download | freebsd-ports-gnome-80ba62c2a8bcba47c3c550e4993bd0b95ef814f5.tar.gz freebsd-ports-gnome-80ba62c2a8bcba47c3c550e4993bd0b95ef814f5.tar.zst freebsd-ports-gnome-80ba62c2a8bcba47c3c550e4993bd0b95ef814f5.zip |
DATADIR needs to be created as an empty dir for geoipupdate.sh.
Submitted by: Herbert J. Skuhra
Diffstat (limited to 'net/GeoIP')
-rw-r--r-- | net/GeoIP/Makefile | 1 | ||||
-rw-r--r-- | net/GeoIP/pkg-plist | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/net/GeoIP/Makefile b/net/GeoIP/Makefile index 83895347658a..d6e9520d39f9 100644 --- a/net/GeoIP/Makefile +++ b/net/GeoIP/Makefile @@ -3,6 +3,7 @@ PORTNAME= GeoIP PORTVERSION= 1.6.3 +PORTREVISION= 1 CATEGORIES= net geography MAINTAINER= adamw@FreeBSD.org diff --git a/net/GeoIP/pkg-plist b/net/GeoIP/pkg-plist index cf8629c4f0b2..75fa6cec86e0 100644 --- a/net/GeoIP/pkg-plist +++ b/net/GeoIP/pkg-plist @@ -10,3 +10,4 @@ lib/libGeoIP.so.%%PORTVERSION%% libdata/pkgconfig/geoip.pc man/man1/geoiplookup.1.gz man/man1/geoiplookup6.1.gz +@dir %%DATADIR%% |