diff options
| -rw-r--r-- | databases/gigabase/Makefile | 4 | ||||
| -rw-r--r-- | databases/gigabase/pkg-plist | 1 |
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 |
