diff options
author | pav <pav@FreeBSD.org> | 2006-05-21 01:11:32 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-05-21 01:11:32 +0800 |
commit | 23ad5c93eb11ba58406d19fe2e88e5ee85d6e775 (patch) | |
tree | 71dd7734738c7d157e3f8d96c554b2f3cd3dd1ac /net/GeoIP | |
parent | dc621c6958028024c3c17adc6a67e057ed81d675 (diff) | |
download | freebsd-ports-graphics-23ad5c93eb11ba58406d19fe2e88e5ee85d6e775.tar.gz freebsd-ports-graphics-23ad5c93eb11ba58406d19fe2e88e5ee85d6e775.tar.zst freebsd-ports-graphics-23ad5c93eb11ba58406d19fe2e88e5ee85d6e775.zip |
- Nuke ltmain patch and install .la files, they are no longer considered evil
Diffstat (limited to 'net/GeoIP')
-rw-r--r-- | net/GeoIP/files/patch-ltmain.sh | 15 | ||||
-rw-r--r-- | net/GeoIP/pkg-plist | 2 |
2 files changed, 2 insertions, 15 deletions
diff --git a/net/GeoIP/files/patch-ltmain.sh b/net/GeoIP/files/patch-ltmain.sh deleted file mode 100644 index ed86eb157e2..00000000000 --- a/net/GeoIP/files/patch-ltmain.sh +++ /dev/null @@ -1,15 +0,0 @@ ---- ltmain.sh.orig Mon Feb 16 14:36:27 2004 -+++ ltmain.sh Mon Feb 16 14:36:37 2004 -@@ -4175,10 +4175,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false ; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/net/GeoIP/pkg-plist b/net/GeoIP/pkg-plist index 5731f17062a..0f8b9470b35 100644 --- a/net/GeoIP/pkg-plist +++ b/net/GeoIP/pkg-plist @@ -6,9 +6,11 @@ include/GeoIP.h include/GeoIPCity.h include/GeoIPUpdate.h lib/libGeoIP.a +lib/libGeoIP.la lib/libGeoIP.so lib/libGeoIP.so.4 lib/libGeoIPUpdate.a +lib/libGeoIPUpdate.la lib/libGeoIPUpdate.so lib/libGeoIPUpdate.so.0 %%DATADIR%%/GeoIP.dat |