aboutsummaryrefslogtreecommitdiff
path: root/databases/gigabase/Makefile
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2006-03-15 08:55:49 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2006-03-15 08:55:49 +0000
commitce3bb7b15a860bee579db4e15ce6ed646bc659f2 (patch)
tree2560a9a40bd2725b56b451c17a22951b86686677 /databases/gigabase/Makefile
parent6fe2455b32ae32eb3e3727df6896fb521471c9e1 (diff)
downloadports-ce3bb7b15a860bee579db4e15ce6ed646bc659f2.tar.gz
ports-ce3bb7b15a860bee579db4e15ce6ed646bc659f2.zip
Update to 3.46.
Notes
Notes: svn path=/head/; revision=157158
Diffstat (limited to 'databases/gigabase/Makefile')
-rw-r--r--databases/gigabase/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/databases/gigabase/Makefile b/databases/gigabase/Makefile
index a5c1147149c9..08953469ce97 100644
--- a/databases/gigabase/Makefile
+++ b/databases/gigabase/Makefile
@@ -6,8 +6,8 @@
#
PORTNAME= gigabase
-PORTVERSION= 3.45
-PORTREVISION= 2
+PORTVERSION= 3.46
+PORTREVISION= 0
CATEGORIES= databases
MASTER_SITES= http://www.garret.ru/~knizhnik/
@@ -23,7 +23,4 @@ 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>