diff options
author | adamw <adamw@FreeBSD.org> | 2014-07-30 03:11:51 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-07-30 03:11:51 +0800 |
commit | 5d4f6dbf6920e86fef1c7e3a8e60608b5d4f4764 (patch) | |
tree | 97c04ac5ad39d0af4b856d37b17a5a074d6adbc6 /math/algotutor | |
parent | 1797fa8d15fb48b349a9dcceef649bf7bbbc52c3 (diff) | |
download | freebsd-ports-graphics-5d4f6dbf6920e86fef1c7e3a8e60608b5d4f4764.tar.gz freebsd-ports-graphics-5d4f6dbf6920e86fef1c7e3a8e60608b5d4f4764.tar.zst freebsd-ports-graphics-5d4f6dbf6920e86fef1c7e3a8e60608b5d4f4764.zip |
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by: portmgr (not really, but touches unstaged ports)
Diffstat (limited to 'math/algotutor')
-rw-r--r-- | math/algotutor/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/algotutor/Makefile b/math/algotutor/Makefile index 73c19b1a8b5..b09ecc8730a 100644 --- a/math/algotutor/Makefile +++ b/math/algotutor/Makefile @@ -5,7 +5,6 @@ PORTVERSION= 0.8.6 PORTREVISION= 4 CATEGORIES= math MASTER_SITES= http://www.cyut.edu.tw/~ckhung/dl/ -EXTRACT_SUFX= .tgz MAINTAINER= kevlo@FreeBSD.org COMMENT= Interactive tutorial for algorithms and data structures @@ -23,7 +22,7 @@ LIBFILES= BST.pm Board.pm Collection.pm Configurable.pm DCEdge.pm \ RecCanvas.pm RecDialog.pm TreeNode.pm Vector.pm Vector2.pm \ Vector3.pm Vertex.pm basic.pl utilalgo -USES= shebangfix perl5 +USES= shebangfix perl5 tar:tgz SHEBANG_FILES= algotutor post-patch: |