diff options
| author | Eitan Adler <eadler@FreeBSD.org> | 2013-03-02 23:41:11 +0000 |
|---|---|---|
| committer | Eitan Adler <eadler@FreeBSD.org> | 2013-03-02 23:41:11 +0000 |
| commit | 6a444d83d35cf530e5a246b3cf9c6be24d34a08d (patch) | |
| tree | 6b3f42029787136c6986558eeecb5cd85fcdf247 | |
| parent | - update to 0.56 (bug fix release) (diff) | |
Add license
Trim header
Notes
Notes:
svn path=/head/; revision=313307
| -rw-r--r-- | editors/led/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/editors/led/Makefile b/editors/led/Makefile index 438eacd2d7e5..8816ec9d75a4 100644 --- a/editors/led/Makefile +++ b/editors/led/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: led -# Date created: 6 June 2001 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# +# Created by: Maxim Sobolev <sobomax@FreeBSD.org> # $FreeBSD$ -# PORTNAME= led PORTVERSION= 2.0 @@ -13,6 +9,8 @@ MASTER_SITES= SF/${PORTNAME}-editor/${PORTNAME}/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A tiny text editor, with a number of useful programming features +LICENSE= BSD + GNU_CONFIGURE= yes USE_PERL5= yes MAKE_JOBS_UNSAFE= yes |
