Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Dec 2014 12:05:15 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r374450 - head/devel/p5-App-Options
Message-ID:  <201412101205.sBAC5F8o041909@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Wed Dec 10 12:05:15 2014
New Revision: 374450
URL: https://svnweb.freebsd.org/changeset/ports/374450
QAT: https://qat.redports.org/buildarchive/r374450/

Log:
  Fix shebangs.
  
  Sponsored by:	Absolight

Modified:
  head/devel/p5-App-Options/Makefile

Modified: head/devel/p5-App-Options/Makefile
==============================================================================
--- head/devel/p5-App-Options/Makefile	Wed Dec 10 12:00:24 2014	(r374449)
+++ head/devel/p5-App-Options/Makefile	Wed Dec 10 12:05:15 2014	(r374450)
@@ -3,7 +3,7 @@
 
 PORTNAME=	App-Options
 PORTVERSION=	1.12
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -11,7 +11,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Combine command line options, environment vars, and option file values
 
-USES=		perl5
+USES=		perl5 shebangfix
 USE_PERL5=	configure
+SHEBANG_FILES=	bin/*
 
 .include <bsd.port.mk>



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