Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Dec 2014 21:10:34 +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: r375189 - head/graphics/cadubi
Message-ID:  <201412212110.sBLLAYLq063187@svn.freebsd.org>

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

Log:
  Shebangfix

Modified:
  head/graphics/cadubi/Makefile

Modified: head/graphics/cadubi/Makefile
==============================================================================
--- head/graphics/cadubi/Makefile	Sun Dec 21 21:09:57 2014	(r375188)
+++ head/graphics/cadubi/Makefile	Sun Dec 21 21:10:33 2014	(r375189)
@@ -3,7 +3,7 @@
 
 PORTNAME=	cadubi
 PORTVERSION=	1.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics editors
 MASTER_SITES=	http://langworth.com/pub/
 
@@ -14,7 +14,8 @@ LICENSE=	ART10
 
 RUN_DEPENDS=	p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey
 
-USES=		perl5
+USES=		perl5 shebangfix
+SHEBANG_FILES=	cadubi
 NO_BUILD=	yes
 
 PLIST_FILES=	bin/${PORTNAME} \



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