mirror of
https://git.freebsd.org/ports.git
synced 2025-05-12 15:21:51 -04:00
- Manually copy projects.h to fix the break caused by the update to 4.8.0
Approved by: maintainer(implicity)
This commit is contained in:
parent
a4242291d4
commit
efba08022f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=296335
2 changed files with 5 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
|
||||
PORTNAME= proj
|
||||
PORTVERSION= 4.8.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics geography
|
||||
MASTER_SITES= ftp://ftp.remotesensing.org/proj/ \
|
||||
http://download.osgeo.org/proj/
|
||||
|
@ -34,4 +35,7 @@ post-patch:
|
|||
@${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|$${PREFIX}/libdata/pkgconfig|g' \
|
||||
${WRKSRC}/Makefile.in
|
||||
|
||||
post-install:
|
||||
${CP} ${WRKSRC}/src/projects.h ${PREFIX}/include/
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -6,6 +6,7 @@ bin/nad2bin
|
|||
bin/proj
|
||||
include/org_proj4_Projections.h
|
||||
include/proj_api.h
|
||||
include/projects.h
|
||||
lib/libproj.a
|
||||
lib/libproj.la
|
||||
lib/libproj.so
|
||||
|
|
Loading…
Add table
Reference in a new issue