From 6a444d83d35cf530e5a246b3cf9c6be24d34a08d Mon Sep 17 00:00:00 2001 From: Eitan Adler Date: Sat, 2 Mar 2013 23:41:11 +0000 Subject: [PATCH] Add license Trim header --- editors/led/Makefile | 8 +++----- 1 file 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 -# +# Created by: Maxim Sobolev # $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