freebsd-ports/net/GeoIP/pkg-plist
Yen-Ming Lee cd62882342 - net/GeoIP uses its own libtool even if we define USE_LIBTOOL*
- 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
2004-05-30 07:19:41 +00:00

22 lines
591 B
Text

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