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/sqlrelay | |
parent | 63944154ec01a79ab2a26d5cecd8ac55a41697ac (diff) | |
download | pkgsrc-21624d22674a87185e0f173e0f65b774e6efbb8f.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'databases/sqlrelay')
-rw-r--r-- | databases/sqlrelay/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/sqlrelay/Makefile b/databases/sqlrelay/Makefile index 4ec4fab97c8..c05ec9bf998 100644 --- a/databases/sqlrelay/Makefile +++ b/databases/sqlrelay/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2012/04/27 12:31:41 obache Exp $ +# $NetBSD: Makefile,v 1.24 2012/10/02 21:25:53 asau Exp $ DISTNAME= sqlrelay-0.43 PKGREVISION= 2 @@ -10,8 +10,6 @@ HOMEPAGE= http://sqlrelay.sourceforge.net/ COMMENT= Enables pooling and sharing of database connections LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2 -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= YES USE_LANGUAGES= c c++ USE_TOOLS+= gmake |