summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-05-31 13:09:17 +0000
committeramdmi3 <amdmi3@FreeBSD.org>2015-05-31 13:09:17 +0000
commit221fa0ec0adfdcaf1f8fcf6ac95b901b1398cc7e (patch)
treeeadcdd4553550ae856945c2096058d3c1542b47a
parente6c4c85aeefd10fc3c56347dd60b15c97c6c626b (diff)
downloadFreeBSD-ports-221fa0ec0adfdcaf1f8fcf6ac95b901b1398cc7e.zip
FreeBSD-ports-221fa0ec0adfdcaf1f8fcf6ac95b901b1398cc7e.tar.gz
- Fix shebangs
- Add NO_ARCH Approved by: portmgr blanket MFH: 2015Q2
-rw-r--r--math/p5-Math-Algebra-Symbols/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/math/p5-Math-Algebra-Symbols/Makefile b/math/p5-Math-Algebra-Symbols/Makefile
index ff34da2..02cbcaa 100644
--- a/math/p5-Math-Algebra-Symbols/Makefile
+++ b/math/p5-Math-Algebra-Symbols/Makefile
@@ -3,7 +3,7 @@
PORTNAME= Math-Algebra-Symbols
PORTVERSION= 1.21
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -17,7 +17,10 @@ LICENSE_COMB= dual
BUILD_DEPENDS= p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils
RUN_DEPENDS:= ${BUILD_DEPENDS}
-USES= perl5
+USES= perl5 shebangfix
+SHEBANG_FILES= symbols.pl
+perl_OLD_CMD= perl
USE_PERL5= configure
+NO_ARCH= yes
.include <bsd.port.mk>
OpenPOWER on IntegriCloud