mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
cd62882342
- add missing @exec and remove old SIZE in net/GeoIP - update for libGeoIP.4 in LIB_DEPENDS and bump PORTREVISION - utilize PORTDOCS in www/mod_geoip Noticed by: kris
23 lines
591 B
Plaintext
23 lines
591 B
Plaintext
bin/geoipexport
|
|
bin/geoipexportlocations
|
|
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/GeoIPBitReader.h
|
|
include/GeoIPCity.h
|
|
include/GeoIPUpdate.h
|
|
lib/libGeoIP.a
|
|
lib/libGeoIP.so
|
|
lib/libGeoIP.so.4
|
|
lib/libGeoIPBitReader.a
|
|
lib/libGeoIPBitReader.so
|
|
lib/libGeoIPBitReader.so.0
|
|
lib/libGeoIPUpdate.a
|
|
lib/libGeoIPUpdate.so
|
|
lib/libGeoIPUpdate.so.0
|
|
share/GeoIP/GeoIP.dat
|
|
@unexec rmdir %D/share/GeoIP 2>/dev/null || true
|