diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2008-10-14 06:25:37 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2008-10-14 06:25:37 +0000 |
commit | db1b7eac58ec2d6819e84e13396068595958fd72 (patch) | |
tree | 99cd021d24c09cafaee1f906e87aa06111021c33 /editors | |
parent | ec9b2da051a70b9d18e61b5e1484cc985f3323ed (diff) | |
download | pkgsrc-db1b7eac58ec2d6819e84e13396068595958fd72.tar.gz |
Put commented out LICENSE line (gnu-gpl-v3).
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index 2cd1bcd250e..a9932f0310c 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.116 2008/10/12 09:45:21 markd Exp $ +# $NetBSD: Makefile,v 1.117 2008/10/14 06:25:37 uebayasi Exp $ PKGNAME?= ${DISTNAME} COMMENT?= GNU editing macros (editor) @@ -9,6 +9,7 @@ MASTER_SITES= ${MASTER_SITE_GNU:=emacs/} MAINTAINER= markd@NetBSD.org HOMEPAGE= http://www.gnu.org/software/emacs/emacs.html +#LICENSE= gnu-gpl-v3 CONFLICTS+= elisp-manual-[0-9]* CONFLICTS+= emacs-[0-9]* |