Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Dec 2014 21:24:22 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r375193 - head/devel/colormake
Message-ID:  <201412212124.sBLLOMbr072451@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Dec 21 21:24:21 2014
New Revision: 375193
URL: https://svnweb.freebsd.org/changeset/ports/375193
QAT: https://qat.redports.org/buildarchive/r375193/

Log:
  Shebangfix

Modified:
  head/devel/colormake/Makefile

Modified: head/devel/colormake/Makefile
==============================================================================
--- head/devel/colormake/Makefile	Sun Dec 21 21:20:23 2014	(r375192)
+++ head/devel/colormake/Makefile	Sun Dec 21 21:24:21 2014	(r375193)
@@ -2,6 +2,7 @@
 
 PORTNAME=	colormake
 PORTVERSION=	0.9
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	http://bre.klaki.net/programs/colormake/
 
@@ -12,8 +13,9 @@ RUN_DEPENDS=	gmake:${PORTSDIR}/devel/gma
 		bash:${PORTSDIR}/shells/bash
 
 NO_BUILD=	yes
-USES=		perl5
+USES=		perl5 shebangfix
 USE_PERL5=	run
+SHEBANG_FILES=	colormake.pl
 PLIST_FILES=	bin/colormake bin/colormake.pl bin/colormake-short bin/clmake \
 		bin/clmake-short
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412212124.sBLLOMbr072451>