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/gdbm_compat | |
parent | 32f87c71ca4727cf89891575e44d35c08a9645fe (diff) | |
download | pkgsrc-126c794d42e3331b606f8953ca5d42a20fd86c33.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'databases/gdbm_compat')
-rw-r--r-- | databases/gdbm_compat/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/gdbm_compat/Makefile b/databases/gdbm_compat/Makefile index 18982042ea8..be6a0583595 100644 --- a/databases/gdbm_compat/Makefile +++ b/databases/gdbm_compat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2012/01/24 09:10:51 sbd Exp $ +# $NetBSD: Makefile,v 1.4 2012/10/02 21:25:17 asau Exp $ # .include "../../databases/gdbm/Makefile.common" @@ -10,7 +10,6 @@ COMMENT+= dbm and ndbm compat library DEPENDS+= gdbm-${PKGVERSION_NOREV}{,nb[0-9]*}:../../databases/gdbm -PKG_DESTDIR_SUPPORT= user-destdir PKG_INSTALLATION_TYPES= overwrite pkgviews CONFIGURE_ARGS+= --enable-libgdbm-compat |