diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-06-12 21:37:01 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-06-12 21:37:01 +0000 |
commit | cb00e89e4a6d067a6d7fe97b1cdb636f41dcdfbd (patch) | |
tree | c865024eada1f17c5cfb6d20597e4c9c6a999cac /net/GeoIP/pkg-plist | |
parent | c9727b28399ace69c8d904892f3f784098f73c1f (diff) |
Notes
Diffstat (limited to 'net/GeoIP/pkg-plist')
-rw-r--r-- | net/GeoIP/pkg-plist | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net/GeoIP/pkg-plist b/net/GeoIP/pkg-plist index 6eb139558402..8396d5f78238 100644 --- a/net/GeoIP/pkg-plist +++ b/net/GeoIP/pkg-plist @@ -2,9 +2,7 @@ bin/geoiplookup bin/geoiplookup6 bin/geoipupdate bin/geoipupdate.sh -@unexec if cmp -s %D/etc/GeoIP.conf %D/etc/GeoIP.conf.default; then rm -f %D/etc/GeoIP.conf; fi -etc/GeoIP.conf.default -@exec if [ ! -f %D/etc/GeoIP.conf ]; then cp -p %D/%F %B/GeoIP.conf; fi +@sample etc/GeoIP.conf.sample include/GeoIP.h include/GeoIPCity.h include/GeoIPUpdate.h @@ -16,7 +14,7 @@ lib/libGeoIPUpdate.a lib/libGeoIPUpdate.la lib/libGeoIPUpdate.so lib/libGeoIPUpdate.so.0 -%%DATADIR%%/GeoIP.dat +@sample %%DATADIR%%/GeoIP.dat.sample man/man1/geoiplookup.1.gz man/man1/geoiplookup6.1.gz man/man1/geoipupdate.1.gz |