aboutsummaryrefslogtreecommitdiffstats
path: root/databases/gigabase/Makefile
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/gigabase/Makefile
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/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>