mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Fix lib so we don't break other ports
- Bump PORTREVISION PR: ports/158263 Submitted by: Rainer Hurling <rhurlin@gwdg.de>
This commit is contained in:
parent
b5c7fd06f1
commit
f008eaa308
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=276675
2 changed files with 5 additions and 0 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue