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 | 6ac11147ab6af4938848553e5e344aea8b3f560c (patch) | |
tree | 6a9e4328c8c41ae43ff29db30f6e978dd26921b7 /converters/convmv | |
parent | ad944231a773912276e207e433ea891f755e4e4e (diff) | |
download | pkgsrc-6ac11147ab6af4938848553e5e344aea8b3f560c.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/convmv')
-rw-r--r-- | converters/convmv/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/converters/convmv/Makefile b/converters/convmv/Makefile index f8d1f620a22..2b49488355b 100644 --- a/converters/convmv/Makefile +++ b/converters/convmv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2009/02/15 09:48:25 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2009/05/19 08:59:06 wiz Exp $ DISTNAME= convmv-1.14 CATEGORIES= converters @@ -7,6 +7,7 @@ MASTER_SITES= http://www.j3e.de/linux/convmv/ MAINTAINER= heinz@NetBSD.org HOMEPAGE= http://j3e.de/linux/convmv/ COMMENT= Converts filenames from one encoding to another +#LICENSE= gnu-gplv2 OR gnu-gplv3 PKG_DESTDIR_SUPPORT= user-destdir PKG_INSTALLATION_TYPES= overwrite pkgviews @@ -14,8 +15,6 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews USE_LANGUAGES= # empty USE_TOOLS+= pax perl:run -#LICENSE= gnu-gplv2 or gnu-gplv3 - MANCOMPRESSED= yes NO_BUILD= yes |