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 /editors/nano | |
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 'editors/nano')
-rw-r--r-- | editors/nano/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/editors/nano/Makefile b/editors/nano/Makefile index 634196ad842..32fdc31078f 100644 --- a/editors/nano/Makefile +++ b/editors/nano/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2008/11/06 21:56:44 snj Exp $ +# $NetBSD: Makefile,v 1.37 2009/05/19 08:59:12 wiz Exp $ DISTNAME= nano-2.0.8 CATEGORIES= editors @@ -7,13 +7,12 @@ MASTER_SITES= http://www.nano-editor.org/dist/v2.0/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.nano-editor.org/ COMMENT= Small and friendly text editor (a free replacement for Pico) +LICENSE= gnu-gpl-v3 GNU_CONFIGURE= yes USE_PKGLOCALEDIR= yes USE_TOOLS+= msgfmt -#LICENSE= gnu-gplv3 - INFO_FILES= yes PKG_DESTDIR_SUPPORT= user-destdir |