aboutsummaryrefslogtreecommitdiffstats
path: root/databases/gigabase/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/gigabase/Makefile')
-rw-r--r--databases/gigabase/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/databases/gigabase/Makefile b/databases/gigabase/Makefile
index e944442e8b3a..c25fed28596a 100644
--- a/databases/gigabase/Makefile
+++ b/databases/gigabase/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gigabase
PORTVERSION= 3.45
+PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= http://www.garret.ru/~knizhnik/
@@ -22,4 +23,7 @@ CONFIGURE_ARGS?=--prefix=${LOCALBASE}
CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}"
INSTALLS_SHLIB= yes
+post-install:
+ @${INSTALL_DATA} ${WRKSRC}/rtree.h ${PREFIX}/include/${PORTNAME}
+
.include <bsd.port.mk>