From 5225045c0e4ed02393fb0f5d4588d686b7f680d0 Mon Sep 17 00:00:00 2001 From: jhale Date: Fri, 30 Nov 2012 07:52:12 +0000 Subject: - Move LICENSE to correct location - Remove LICENSE_FILE since GPLv2 is in Templates/Licenses - Trim Makefile header PR: ports/173999 Submitted by: Rodrigo (ros) OSORIO (maintainer) Feature safe: yes --- irc/cgiirc/Makefile | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'irc/cgiirc') diff --git a/irc/cgiirc/Makefile b/irc/cgiirc/Makefile index 45bd0cbda299..0b555029373e 100644 --- a/irc/cgiirc/Makefile +++ b/irc/cgiirc/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: cgiirc -# Date created: 2005-07-17 -# Whom: Vsevolod Stakhov -# +# Created by: Vsevolod Stakhov # $FreeBSD$ -# PORTNAME= cgiirc PORTVERSION= 0.5.10 @@ -14,10 +10,11 @@ MASTER_SITES= http://cgiirc.org/releases/ \ MAINTAINER= rodrigo@bebik.net COMMENT= IRC web gateway written in Perl +LICENSE= GPLv2 + USE_PERL5= yes NO_BUILD= yes -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/docs/COPYING + pre-install: @${MV} ${WRKSRC}/cgiirc.config ${WRKSRC}/cgiirc.config.sample 2>/dev/null || true -- cgit