svn commit: r392144 - head/math/algotutor

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jul 15 14:18:51 UTC 2015


Author: amdmi3
Date: Wed Jul 15 14:18:50 2015
New Revision: 392144
URL: https://svnweb.freebsd.org/changeset/ports/392144

Log:
  - Fix shebangs
  - Add NO_ARCH
  
  Approved by:	portmgr blanket
  MFH:		2015Q3 (blanket)

Modified:
  head/math/algotutor/Makefile

Modified: head/math/algotutor/Makefile
==============================================================================
--- head/math/algotutor/Makefile	Wed Jul 15 14:10:18 2015	(r392143)
+++ head/math/algotutor/Makefile	Wed Jul 15 14:18:50 2015	(r392144)
@@ -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 
 		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},' \


More information about the svn-ports-head mailing list