diff options
author | osa <osa@FreeBSD.org> | 2006-03-15 16:55:49 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2006-03-15 16:55:49 +0800 |
commit | 4fdb0a6c5d4d996143fe33a6b8c9a5f6fcef5057 (patch) | |
tree | f7b589dbc433e2bc4924001a85b52876d8060875 /databases/gigabase/Makefile | |
parent | 11ceafe3bf870693b6705e645c93e22cfb019c3c (diff) | |
download | freebsd-ports-gnome-4fdb0a6c5d4d996143fe33a6b8c9a5f6fcef5057.tar.gz freebsd-ports-gnome-4fdb0a6c5d4d996143fe33a6b8c9a5f6fcef5057.tar.zst freebsd-ports-gnome-4fdb0a6c5d4d996143fe33a6b8c9a5f6fcef5057.zip |
Update to 3.46.
Diffstat (limited to 'databases/gigabase/Makefile')
-rw-r--r-- | databases/gigabase/Makefile | 7 |
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> |