diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-07-15 22:18:50 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-07-15 22:18:50 +0800 |
commit | 113741c89edd8cf7ef5ad5c631a18432008e64de (patch) | |
tree | 4f5d2e7e9297ae4e4ffb368db86d95057b4f2dab /math | |
parent | 0dbf3d20a9b18d0f69dbb5cd550ee53a34a1cabb (diff) | |
download | freebsd-ports-gnome-113741c89edd8cf7ef5ad5c631a18432008e64de.tar.gz freebsd-ports-gnome-113741c89edd8cf7ef5ad5c631a18432008e64de.tar.zst freebsd-ports-gnome-113741c89edd8cf7ef5ad5c631a18432008e64de.zip |
- Fix shebangs
- Add NO_ARCH
Approved by: portmgr blanket
MFH: 2015Q3 (blanket)
Diffstat (limited to 'math')
-rw-r--r-- | math/algotutor/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/math/algotutor/Makefile b/math/algotutor/Makefile index 36bb49d2e9dd..fe5bea071777 100644 --- a/math/algotutor/Makefile +++ b/math/algotutor/Makefile @@ -2,7 +2,7 @@ PORTNAME= algotutor PORTVERSION= 0.8.6 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= math MASTER_SITES= http://www.cyut.edu.tw/~ckhung/dl/ @@ -14,6 +14,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PERL5= build NO_BUILD= yes +NO_ARCH= yes MANPAGES= algotutor.1 gen_at_graph.1 BINFILES= algotutor gen_at_graph @@ -23,7 +24,8 @@ LIBFILES= BST.pm Board.pm Collection.pm Configurable.pm DCEdge.pm \ Vector3.pm Vertex.pm basic.pl utilalgo USES= shebangfix perl5 tar:tgz -SHEBANG_FILES= algotutor gen_at_graph +SHEBANG_FILES= algotutor dp/flwa dp/lcs dp/matrixchain \ + gen_at_graph graph/flwa post-patch: @${REINPLACE_CMD} -e 's,!!SITE_PERL!!,${PREFIX}/${SITE_PERL_REL},' \ |