diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2011-06-29 17:19:18 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2011-06-29 17:19:18 +0000 |
commit | f008eaa30863b66b32b0135dd69bfca651df0b4b (patch) | |
tree | 272d7d54927765c576e69eede551c65785436e23 /graphics/geos | |
parent | b5c7fd06f1c5b32c008078342f9f51c74d2faafe (diff) | |
download | ports-f008eaa30863b66b32b0135dd69bfca651df0b4b.tar.gz ports-f008eaa30863b66b32b0135dd69bfca651df0b4b.zip |
- Fix lib so we don't break other ports
- Bump PORTREVISION
PR: ports/158263
Submitted by: Rainer Hurling <rhurlin@gwdg.de>
Notes
Notes:
svn path=/head/; revision=276675
Diffstat (limited to 'graphics/geos')
-rw-r--r-- | graphics/geos/Makefile | 4 | ||||
-rw-r--r-- | graphics/geos/pkg-plist | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/graphics/geos/Makefile b/graphics/geos/Makefile index 3ae273a118c6..ea4601ab2d7e 100644 --- a/graphics/geos/Makefile +++ b/graphics/geos/Makefile @@ -7,6 +7,7 @@ PORTNAME= geos PORTVERSION= 3.3.0 +PORTREVISION= 1 CATEGORIES= graphics geography MASTER_SITES= http://download.osgeo.org/geos/ @@ -20,4 +21,7 @@ USE_BZIP2= YES USE_GMAKE= YES USE_LDCONFIG= YES +post-install: + @${LN} -s ${PREFIX}/lib/libgeos-${PORTVERSION}.so ${PREFIX}/lib/libgeos.so.0 + .include <bsd.port.mk> diff --git a/graphics/geos/pkg-plist b/graphics/geos/pkg-plist index 392edeafb37e..0dba0a8fccb1 100644 --- a/graphics/geos/pkg-plist +++ b/graphics/geos/pkg-plist @@ -357,6 +357,7 @@ include/geos/util/math.h include/geos/version.h include/geos_c.h lib/libgeos-3.3.0.so +lib/libgeos.so.0 lib/libgeos.a lib/libgeos.la lib/libgeos.so |