diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-31 21:09:17 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-31 21:09:17 +0800 |
commit | 221fa0ec0adfdcaf1f8fcf6ac95b901b1398cc7e (patch) | |
tree | eadcdd4553550ae856945c2096058d3c1542b47a | |
parent | e6c4c85aeefd10fc3c56347dd60b15c97c6c626b (diff) | |
download | freebsd-ports-gnome-221fa0ec0adfdcaf1f8fcf6ac95b901b1398cc7e.tar.gz freebsd-ports-gnome-221fa0ec0adfdcaf1f8fcf6ac95b901b1398cc7e.tar.zst freebsd-ports-gnome-221fa0ec0adfdcaf1f8fcf6ac95b901b1398cc7e.zip |
- Fix shebangs
- Add NO_ARCH
Approved by: portmgr blanket
MFH: 2015Q2
-rw-r--r-- | math/p5-Math-Algebra-Symbols/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/math/p5-Math-Algebra-Symbols/Makefile b/math/p5-Math-Algebra-Symbols/Makefile index ff34da2e8668..02cbcaae71ec 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> |