diff options
author | wiz <wiz@pkgsrc.org> | 2007-12-23 10:00:09 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-12-23 10:00:09 +0000 |
commit | edab735f04f3bf2955a92fa66f5517fa58ee3e51 (patch) | |
tree | 606fbe3842378a418efa2e1b7d113885ae954012 /editors | |
parent | 2fc218073d5efb1abd84f1a70906a91c4c319f19 (diff) | |
download | pkgsrc-edab735f04f3bf2955a92fa66f5517fa58ee3e51.tar.gz |
Mark as GPLv3 (commented out).
Diffstat (limited to 'editors')
-rw-r--r-- | editors/nano/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/nano/Makefile b/editors/nano/Makefile index 2fb84d28e75..da96ab7fe56 100644 --- a/editors/nano/Makefile +++ b/editors/nano/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2007/12/22 15:12:22 obache Exp $ +# $NetBSD: Makefile,v 1.34 2007/12/23 10:00:09 wiz Exp $ DISTNAME= nano-2.0.7 CATEGORIES= editors @@ -12,6 +12,8 @@ GNU_CONFIGURE= yes USE_PKGLOCALEDIR= yes USE_TOOLS+= msgfmt +#LICENSE= gnu-gplv3 + INFO_FILES= yes PKG_DESTDIR_SUPPORT= user-destdir |