aboutsummaryrefslogtreecommitdiff
path: root/devel/libgpkg/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libgpkg/Makefile')
-rw-r--r--devel/libgpkg/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libgpkg/Makefile b/devel/libgpkg/Makefile
index b5df1ea22ee6..d9c69de4db00 100644
--- a/devel/libgpkg/Makefile
+++ b/devel/libgpkg/Makefile
@@ -3,7 +3,7 @@
PORTNAME= libgpkg
PORTVERSION= 0.9.18
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= https://bitbucket.org/luciad/libgpkg/get/ \
LOCAL/sunpoet/${PORTNAME}
@@ -29,6 +29,6 @@ GEOS_CMAKE_ON= -DGPKG_GEOS=ON
GEOS_LIB_DEPENDS= libgeos_c.so:${PORTSDIR}/graphics/geos
post-install:
- ${INSTALL_LIB} ${WRKSRC}/gpkg/libgpkg.a ${STAGEDIR}${PREFIX}/lib/
+ ${INSTALL_DATA} ${WRKSRC}/gpkg/libgpkg.a ${STAGEDIR}${PREFIX}/lib/
.include <bsd.port.mk>