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 | 126c794d42e3331b606f8953ca5d42a20fd86c33 (patch) | |
tree | 43a00ef6fe7500f6094c17b88abeee49f8e0895b /databases/db3 | |
parent | 32f87c71ca4727cf89891575e44d35c08a9645fe (diff) | |
download | pkgsrc-126c794d42e3331b606f8953ca5d42a20fd86c33.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'databases/db3')
-rw-r--r-- | databases/db3/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/db3/Makefile b/databases/db3/Makefile index 31a35d4ea0e..66af107feef 100644 --- a/databases/db3/Makefile +++ b/databases/db3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2008/03/11 18:47:40 tnn Exp $ +# $NetBSD: Makefile,v 1.38 2012/10/02 21:25:16 asau Exp $ DISTNAME= db-3.3.11 PKGNAME= db3-3.11.2 @@ -15,7 +15,6 @@ PATCHFILES= patch.3.3.11.1 patch.3.3.11.2 PATCH_DIST_ARGS=-d ${WRKSRC}/.. --forward --quiet -p0 PKG_INSTALLATION_TYPES= overwrite pkgviews -PKG_DESTDIR_SUPPORT= user-destdir WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix USE_LIBTOOL= yes |