1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Correct pkg-plist.

Pointy hat to:	seanc

Submitted by:	Kimura Fuyuki <fuyuki@hadaly.org>
This commit is contained in:
Sean Chittenden 2003-01-16 02:33:47 +00:00
parent a795532f27
commit 172dc793d7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=73207
2 changed files with 12 additions and 0 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= GeoIP
PORTVERSION= 1.1.4
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://www.maxmind.com/download/geoip/api/c/

View File

@ -1,11 +1,22 @@
bin/geoipexport
bin/geoiplookup
bin/geoipupdate
etc/GeoIP.conf.default
include/GeoIP.h
include/GeoIPBitReader.h
include/GeoIPCity.h
include/GeoIPUpdate.h
lib/libGeoIP.a
lib/libGeoIP.la
lib/libGeoIP.so
lib/libGeoIP.so.2
lib/libGeoIPBitReader.a
lib/libGeoIPBitReader.la
lib/libGeoIPBitReader.so
lib/libGeoIPBitReader.so.0
lib/libGeoIPUpdate.a
lib/libGeoIPUpdate.la
lib/libGeoIPUpdate.so
lib/libGeoIPUpdate.so.0
share/GeoIP/GeoIP.dat
@unexec rmdir %D/share/GeoIP 2>/dev/null || true