diff options
author | wiz <wiz@pkgsrc.org> | 2011-02-12 11:40:11 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-02-12 11:40:11 +0000 |
commit | 392f222e4e9c1c7be4f0dd8de6e68b9a6d11de31 (patch) | |
tree | 5dc04d173f7f4e49a9170b278754359d60173a65 /editors | |
parent | 43fc31f609184e7236c19ad9269df67e31f3ee91 (diff) | |
download | pkgsrc-392f222e4e9c1c7be4f0dd8de6e68b9a6d11de31.tar.gz |
gpl-2 is correct, remove comment.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/ted/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/ted/Makefile b/editors/ted/Makefile index b9101ef8de7..72b2657ecfd 100644 --- a/editors/ted/Makefile +++ b/editors/ted/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2011/02/06 16:26:00 wiz Exp $ +# $NetBSD: Makefile,v 1.44 2011/02/12 11:40:11 wiz Exp $ DISTNAME= ted-2.21.src PKGNAME= ${DISTNAME:S/.src//} @@ -9,7 +9,6 @@ MASTER_SITES= ftp://ftp.nluug.nl/pub/editors/ted/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.nllgg.nl/Ted/ COMMENT= X11 based WordPad-like word processor -# not very specific which version, so take a guess LICENSE= gnu-gpl-v2 PKG_INSTALLATION_TYPES= overwrite pkgviews |