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 /editors | |
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 'editors')
-rw-r--r-- | editors/emacs/Makefile | 4 | ||||
-rw-r--r-- | editors/nano/Makefile | 5 | ||||
-rw-r--r-- | editors/pico/Makefile | 3 |
3 files changed, 5 insertions, 7 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index bca5657a9e0..927dd2abce3 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.120 2009/05/12 08:33:52 hasso Exp $ +# $NetBSD: Makefile,v 1.121 2009/05/19 08:59:12 wiz Exp $ PKGNAME?= ${DISTNAME} COMMENT?= GNU editing macros (editor) @@ -10,7 +10,7 @@ MASTER_SITES= ${MASTER_SITE_GNU:=emacs/} MAINTAINER= markd@NetBSD.org HOMEPAGE= http://www.gnu.org/software/emacs/emacs.html -#LICENSE= gnu-gpl-v3 +LICENSE= gnu-gpl-v3 CONFLICTS+= elisp-manual-[0-9]* CONFLICTS+= emacs-[0-9]* 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 diff --git a/editors/pico/Makefile b/editors/pico/Makefile index 7c17b205090..e9042c46e16 100644 --- a/editors/pico/Makefile +++ b/editors/pico/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.75 2008/11/04 19:24:40 jwise Exp $ +# $NetBSD: Makefile,v 1.76 2009/05/19 08:59:12 wiz Exp $ # # NOTE: # When updating, it is necessary to change the shlib version, located in @@ -17,7 +17,6 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.washington.edu/pine/ COMMENT= Text editor (ships with Pine), and Pine's text editing lib - LICENSE= pine-license PKG_DESTDIR_SUPPORT= user-destdir |