aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-05-31 21:23:03 +0800
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-05-31 21:23:03 +0800
commitaa3bf4e495fa9c8ed092affda6eecb6d80dd926c (patch)
tree260a75bbc5b54a934fc26197e667b5c1c778e2e6 /graphics
parentfddee7fcd6563a3f6be4db8c1e423ed4b454808b (diff)
downloadfreebsd-ports-gnome-aa3bf4e495fa9c8ed092affda6eecb6d80dd926c.tar.gz
freebsd-ports-gnome-aa3bf4e495fa9c8ed092affda6eecb6d80dd926c.tar.zst
freebsd-ports-gnome-aa3bf4e495fa9c8ed092affda6eecb6d80dd926c.zip
- Fix shebangs
- Add NO_ARCH Approved by: portmgr blanket MFH: 2015Q2
Diffstat (limited to 'graphics')
-rw-r--r--graphics/p5-Imager-Plot/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/p5-Imager-Plot/Makefile b/graphics/p5-Imager-Plot/Makefile
index e2ab434f56fe..61a3d6fa5b6b 100644
--- a/graphics/p5-Imager-Plot/Makefile
+++ b/graphics/p5-Imager-Plot/Makefile
@@ -3,7 +3,7 @@
PORTNAME= Imager-Plot
PORTVERSION= 0.09
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= graphics perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -17,7 +17,9 @@ LICENSE_COMB= dual
BUILD_DEPENDS= p5-Imager>=0:${PORTSDIR}/graphics/p5-Imager
RUN_DEPENDS:= ${BUILD_DEPENDS}
-USES= perl5
+USES= perl5 shebangfix
+SHEBANG_FILES= plot.pl
USE_PERL5= configure
+NO_ARCH= yes
.include <bsd.port.mk>