aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorosa <osa@FreeBSD.org>2006-02-20 15:47:18 +0800
committerosa <osa@FreeBSD.org>2006-02-20 15:47:18 +0800
commitd433e79a3af7a8d5da0a5702a32b6b2cb39da92c (patch)
tree45ba0065596a1b8a1caa435132850b1375efcc46 /databases
parenta8f52269257ad37ec7a352f245559953b852209e (diff)
downloadfreebsd-ports-gnome-d433e79a3af7a8d5da0a5702a32b6b2cb39da92c.tar.gz
freebsd-ports-gnome-d433e79a3af7a8d5da0a5702a32b6b2cb39da92c.tar.zst
freebsd-ports-gnome-d433e79a3af7a8d5da0a5702a32b6b2cb39da92c.zip
Fix build depended port (i.e. www/oops) by install addition header.
Bump PORTREVISION. No cookie for: author Notice about broken build from: az, kris
Diffstat (limited to 'databases')
-rw-r--r--databases/gigabase/Makefile4
-rw-r--r--databases/gigabase/pkg-plist1
2 files changed, 5 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>
diff --git a/databases/gigabase/pkg-plist b/databases/gigabase/pkg-plist
index ef041a3f4f86..32d857be0745 100644
--- a/databases/gigabase/pkg-plist
+++ b/databases/gigabase/pkg-plist
@@ -18,6 +18,7 @@ include/gigabase/pagepool.h
include/gigabase/query.h
include/gigabase/rectangle.h
include/gigabase/reference.h
+include/gigabase/rtree.h
include/gigabase/selection.h
include/gigabase/stdtp.h
include/gigabase/sync.h