ports/173999: irc/cgiirc makefile update
Rodrigo OSORIO (ros)
rodrigo at bebik.net
Thu Nov 29 19:40:01 UTC 2012
>Number: 173999
>Category: ports
>Synopsis: irc/cgiirc makefile update
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Thu Nov 29 19:40:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator: Rodrigo (ros) OSORIO
>Release: FreeBSD 9.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD sisko 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC 2012 root at farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
Update Makefile to comply with the new rules.
Fix licence section (reported by portlint)
>How-To-Repeat:
>Fix:
--- cgiirc.diff begins here ---
Index: Makefile
===================================================================
--- Makefile (revision 307812)
+++ Makefile (working copy)
@@ -1,12 +1,9 @@
-# New ports collection makefile for: cgiirc
-# Date created: 2005-07-17
-# Whom: Vsevolod Stakhov <vsevolod at highsecure.ru>
-#
+# Created by: Vsevolod Stakhov <vsevolod at highsecure.ru>
# $FreeBSD$
-#
PORTNAME= cgiirc
PORTVERSION= 0.5.10
@@ -14,10 +11,12 @@
MAINTAINER= rodrigo at bebik.net
COMMENT= IRC web gateway written in Perl
+LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/docs/COPYING
+
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
--- cgiirc.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list