summaryrefslogtreecommitdiff
path: root/databases/gigabase
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2006-02-20 07:47:18 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2006-02-20 07:47:18 +0000
commit5b6e2143fd5a7c85ecbfcb10cb930c2050589ece (patch)
treeaad336422471231e22d310d825ea4ec530f6c9c5 /databases/gigabase
parentfix pkg-plist & unbreak it. (diff)
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
Notes
Notes: svn path=/head/; revision=156468
Diffstat (limited to 'databases/gigabase')
-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