mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
508b8d82f4
Approved by: krion@ PR: ports/88711 (related)
17 lines
422 B
Plaintext
17 lines
422 B
Plaintext
bin/geoiplookup
|
|
bin/geoipupdate
|
|
@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 [ -f %B/GeoIP.conf ] || cp %B/%f %B/GeoIP.conf
|
|
include/GeoIP.h
|
|
include/GeoIPCity.h
|
|
include/GeoIPUpdate.h
|
|
lib/libGeoIP.a
|
|
lib/libGeoIP.so
|
|
lib/libGeoIP.so.4
|
|
lib/libGeoIPUpdate.a
|
|
lib/libGeoIPUpdate.so
|
|
lib/libGeoIPUpdate.so.0
|
|
%%DATADIR%%/GeoIP.dat
|
|
@dirrmtry %%DATADIR%%
|