diff options
author | asau <asau@pkgsrc.org> | 2012-10-03 00:20:09 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-03 00:20:09 +0000 |
commit | 4b28dc63f43322fadab47cce17aecf0d5481df02 (patch) | |
tree | 49263710b16be5f3d6b2640f13150eca30da8db8 /converters/libiconv | |
parent | 10e57b98b03f5181234ab7d591a22649fbf4446a (diff) | |
download | pkgsrc-4b28dc63f43322fadab47cce17aecf0d5481df02.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'converters/libiconv')
-rw-r--r-- | converters/libiconv/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/converters/libiconv/Makefile b/converters/libiconv/Makefile index cc281bbe906..c8bc734599c 100644 --- a/converters/libiconv/Makefile +++ b/converters/libiconv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.61 2012/05/12 07:37:50 wiz Exp $ +# $NetBSD: Makefile,v 1.62 2012/10/03 00:20:11 asau Exp $ DISTNAME= libiconv-1.14 PKGREVISION= 2 @@ -11,7 +11,6 @@ COMMENT= Character set conversion library LICENSE= gnu-gpl-v3 AND gnu-lgpl-v2 PKG_INSTALLATION_TYPES= overwrite pkgviews -PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES+= c c++ USE_LIBTOOL= yes |