diff options
author | wiz <wiz@pkgsrc.org> | 2009-05-19 08:59:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-05-19 08:59:00 +0000 |
commit | 895a427c2b02fc658aea5135eb3059116379c573 (patch) | |
tree | 6a9e4328c8c41ae43ff29db30f6e978dd26921b7 /converters/libiconv | |
parent | 24e9c4bfce71001ab726d2c6ccdd198ef12435ba (diff) | |
download | pkgsrc-895a427c2b02fc658aea5135eb3059116379c573.tar.gz |
Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
Diffstat (limited to 'converters/libiconv')
-rw-r--r-- | converters/libiconv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/libiconv/Makefile b/converters/libiconv/Makefile index 2c6dd2981a7..208e73270e4 100644 --- a/converters/libiconv/Makefile +++ b/converters/libiconv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.55 2008/05/26 02:13:16 joerg Exp $ +# $NetBSD: Makefile,v 1.56 2009/05/19 08:59:06 wiz Exp $ DISTNAME= libiconv-1.12 PKGREVISION= 1 @@ -8,6 +8,7 @@ MASTER_SITES= ${MASTER_SITE_GNU:=libiconv/} MAINTAINER= rh@NetBSD.org HOMEPAGE= http://www.gnu.org/software/libiconv/ COMMENT= Character set conversion library +#LICENSE= gnu-gplv3 gnu-lgplv2 PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir @@ -16,7 +17,6 @@ USE_LANGUAGES+= c c++ USE_LIBTOOL= yes USE_TOOLS+= pax GNU_CONFIGURE= yes -#LICENSE= gnu-gplv3 gnu-lgplv2 # Explicitly disable NLS since libiconv is a dependency for gettext-lib # and we don't want libiconv to pick up any NLS functions from libc |