From 2464e47eacb13a297f2598d104711aca527ef016 Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Wed, 10 Dec 2014 12:05:15 +0000 Subject: [PATCH] Fix shebangs. Sponsored by: Absolight --- devel/p5-App-Options/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/p5-App-Options/Makefile b/devel/p5-App-Options/Makefile index c7d0b75f8cf1..9e60ebb40b65 100644 --- a/devel/p5-App-Options/Makefile +++ b/devel/p5-App-Options/Makefile @@ -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