Tue Oct 14 06:25:38 2008 UTC ()
Put commented out LICENSE line (gnu-gpl-v3).


(uebayasi)
diff -r1.116 -r1.117 pkgsrc/editors/emacs/Makefile

cvs diff -r1.116 -r1.117 pkgsrc/editors/emacs/Makefile (expand / switch to unified diff)

--- pkgsrc/editors/emacs/Makefile 2008/10/12 09:45:21 1.116
+++ pkgsrc/editors/emacs/Makefile 2008/10/14 06:25:37 1.117
@@ -1,24 +1,25 @@ @@ -1,24 +1,25 @@
1# $NetBSD: Makefile,v 1.116 2008/10/12 09:45:21 markd Exp $ 1# $NetBSD: Makefile,v 1.117 2008/10/14 06:25:37 uebayasi Exp $
2 2
3PKGNAME?= ${DISTNAME} 3PKGNAME?= ${DISTNAME}
4COMMENT?= GNU editing macros (editor) 4COMMENT?= GNU editing macros (editor)
5 5
6DISTNAME= emacs-22.3 6DISTNAME= emacs-22.3
7CATEGORIES= editors 7CATEGORIES= editors
8MASTER_SITES= ${MASTER_SITE_GNU:=emacs/} 8MASTER_SITES= ${MASTER_SITE_GNU:=emacs/}
9 9
10MAINTAINER= markd@NetBSD.org 10MAINTAINER= markd@NetBSD.org
11HOMEPAGE= http://www.gnu.org/software/emacs/emacs.html 11HOMEPAGE= http://www.gnu.org/software/emacs/emacs.html
 12#LICENSE= gnu-gpl-v3
12 13
13CONFLICTS+= elisp-manual-[0-9]* 14CONFLICTS+= elisp-manual-[0-9]*
14CONFLICTS+= emacs-[0-9]* 15CONFLICTS+= emacs-[0-9]*
15CONFLICTS+= emacs-nox11-[0-9]* 16CONFLICTS+= emacs-nox11-[0-9]*
16CONFLICTS+= mule-[0-9]* 17CONFLICTS+= mule-[0-9]*
17 18
18PKG_DESTDIR_SUPPORT= user-destdir 19PKG_DESTDIR_SUPPORT= user-destdir
19 20
20USE_TOOLS+= gmake gzip mktemp:run perl:run pkg-config 21USE_TOOLS+= gmake gzip mktemp:run perl:run pkg-config
21GNU_CONFIGURE= yes 22GNU_CONFIGURE= yes
22INFO_FILES= # PLIST 23INFO_FILES= # PLIST
23 24
24.include "options.mk" 25.include "options.mk"