diff options
author | asau <asau@pkgsrc.org> | 2012-10-02 21:25:15 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-02 21:25:15 +0000 |
commit | ba25df56c6f06ebdc49e8183931fcf771ffdff4d (patch) | |
tree | 43a00ef6fe7500f6094c17b88abeee49f8e0895b /databases/sqlite3-tcl | |
parent | 424b41d42d21b3809777219bf47d32a1cbccad86 (diff) | |
download | pkgsrc-ba25df56c6f06ebdc49e8183931fcf771ffdff4d.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'databases/sqlite3-tcl')
-rw-r--r-- | databases/sqlite3-tcl/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/sqlite3-tcl/Makefile b/databases/sqlite3-tcl/Makefile index 75bc4d633e8..e7c409a1aef 100644 --- a/databases/sqlite3-tcl/Makefile +++ b/databases/sqlite3-tcl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2012/09/06 20:29:41 adam Exp $ +# $NetBSD: Makefile,v 1.38 2012/10/02 21:25:53 asau Exp $ DISTNAME= sqlite-autoconf-3071400 PKGNAME= sqlite3-tcl-3.7.14 @@ -11,8 +11,6 @@ HOMEPAGE= http://www.sqlite.org/ COMMENT= SQL Database Engine in a C Library (TCL extension) LICENSE= public-domain -PKG_DESTDIR_SUPPORT= user-destdir - WRKSRC= ${WRKDIR}/${DISTNAME}/tea USE_TOOLS+= gmake |