svn commit: r375193 - head/devel/colormake

Antoine Brodin antoine at FreeBSD.org
Sun Dec 21 21:24:23 UTC 2014


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
 


More information about the svn-ports-head mailing list