diff options
author | eadler <eadler@FreeBSD.org> | 2013-03-03 07:41:11 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-03-03 07:41:11 +0800 |
commit | 34749cbc8469b89bc3583b39cf74ac57cb13d2dd (patch) | |
tree | 6b3f42029787136c6986558eeecb5cd85fcdf247 /editors | |
parent | 7741851735603889155be5f1dfbcaf8c5b645762 (diff) | |
download | freebsd-ports-gnome-34749cbc8469b89bc3583b39cf74ac57cb13d2dd.tar.gz freebsd-ports-gnome-34749cbc8469b89bc3583b39cf74ac57cb13d2dd.tar.zst freebsd-ports-gnome-34749cbc8469b89bc3583b39cf74ac57cb13d2dd.zip |
Add license
Trim header
Diffstat (limited to 'editors')
-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 |