diff options
author | asau <asau> | 2012-10-02 21:25:15 +0000 |
---|---|---|
committer | asau <asau> | 2012-10-02 21:25:15 +0000 |
commit | 21624d22674a87185e0f173e0f65b774e6efbb8f (patch) | |
tree | 43a00ef6fe7500f6094c17b88abeee49f8e0895b /databases/gigabase | |
parent | 63944154ec01a79ab2a26d5cecd8ac55a41697ac (diff) | |
download | pkgsrc-21624d22674a87185e0f173e0f65b774e6efbb8f.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'databases/gigabase')
-rw-r--r-- | databases/gigabase/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/gigabase/Makefile b/databases/gigabase/Makefile index 3df8b41d89f..2d0b767c19f 100644 --- a/databases/gigabase/Makefile +++ b/databases/gigabase/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2011/06/18 02:45:13 obache Exp $ +# $NetBSD: Makefile,v 1.3 2012/10/02 21:25:17 asau Exp $ # DISTNAME= gigabase-3.82 @@ -10,8 +10,6 @@ HOMEPAGE= http://garret.ru/gigabase.html COMMENT= Object-Relational Database Management System #LICENSE= mit # like in the bottom of GigaBASE.htm -PKG_DESTDIR_SUPPORT= user-destdir - WRKSRC= ${WRKDIR}/gigabase GNU_CONFIGURE= yes USE_LIBTOOL= yes |