diff options
author | seanc <seanc@FreeBSD.org> | 2003-01-16 10:33:47 +0800 |
---|---|---|
committer | seanc <seanc@FreeBSD.org> | 2003-01-16 10:33:47 +0800 |
commit | 3d86f712aa7e4ea28b87077420cd6f04c40acdf5 (patch) | |
tree | 75e881027d5e64931dd878270cd05148d73e8988 /net/GeoIP | |
parent | f27fb6b257a92c730cb9c8e64c3386674652c6cb (diff) | |
download | freebsd-ports-gnome-3d86f712aa7e4ea28b87077420cd6f04c40acdf5.tar.gz freebsd-ports-gnome-3d86f712aa7e4ea28b87077420cd6f04c40acdf5.tar.zst freebsd-ports-gnome-3d86f712aa7e4ea28b87077420cd6f04c40acdf5.zip |
Correct pkg-plist.
Pointy hat to: seanc
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
Diffstat (limited to 'net/GeoIP')
-rw-r--r-- | net/GeoIP/Makefile | 1 | ||||
-rw-r--r-- | net/GeoIP/pkg-plist | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/net/GeoIP/Makefile b/net/GeoIP/Makefile index 92f6267565ca..65b77dbf4de1 100644 --- a/net/GeoIP/Makefile +++ b/net/GeoIP/Makefile @@ -7,6 +7,7 @@ PORTNAME= GeoIP PORTVERSION= 1.1.4 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.maxmind.com/download/geoip/api/c/ diff --git a/net/GeoIP/pkg-plist b/net/GeoIP/pkg-plist index 7b2570c3f690..689b064b8e87 100644 --- a/net/GeoIP/pkg-plist +++ b/net/GeoIP/pkg-plist @@ -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 |