diff options
author | wiz <wiz> | 2008-02-16 13:17:12 +0000 |
---|---|---|
committer | wiz <wiz> | 2008-02-16 13:17:12 +0000 |
commit | 1b9e2aae081817afec7e1a2e0a7f518b7368cb6c (patch) | |
tree | 66df253175b4e8abad45c2ccfb7d12b6d38a094d /converters | |
parent | 9fc99a1e6a8b0c3dd84f9425bb02d36d5b124ea8 (diff) | |
download | pkgsrc-1b9e2aae081817afec7e1a2e0a7f518b7368cb6c.tar.gz |
Add commented out license: GPLv2 or v3.
Diffstat (limited to 'converters')
-rw-r--r-- | converters/convmv/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/converters/convmv/Makefile b/converters/convmv/Makefile index 60bb01102f9..3eb1ec6db8e 100644 --- a/converters/convmv/Makefile +++ b/converters/convmv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2008/02/11 23:28:45 heinz Exp $ +# $NetBSD: Makefile,v 1.8 2008/02/16 13:17:12 wiz Exp $ DISTNAME= convmv-1.12 CATEGORIES= converters @@ -14,6 +14,8 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews USE_LANGUAGES= # empty USE_TOOLS+= pax perl:run +#LICENSE= gnu-gplv2 or gnu-gplv3 + MANCOMPRESSED= yes NO_BUILD= yes |