aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2018-05-23 15:06:21 +0800
committerlinimon <linimon@FreeBSD.org>2018-05-23 15:06:21 +0800
commit575a0a2e2126ce02f4e1e703d79c8df44d2c0e68 (patch)
tree90c8ef783216a9d3fdaa03877e096c89de171230 /math
parent9e8783ba60b9ada58ed2dc71fc9eaa7c997e845e (diff)
downloadfreebsd-ports-gnome-575a0a2e2126ce02f4e1e703d79c8df44d2c0e68.tar.gz
freebsd-ports-gnome-575a0a2e2126ce02f4e1e703d79c8df44d2c0e68.tar.zst
freebsd-ports-gnome-575a0a2e2126ce02f4e1e703d79c8df44d2c0e68.zip
Mark as broken/deprecated: mastersite times out.
While here, pet portlint.
Diffstat (limited to 'math')
-rw-r--r--math/mtl/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/math/mtl/Makefile b/math/mtl/Makefile
index 34e72c033d20..c90df5620273 100644
--- a/math/mtl/Makefile
+++ b/math/mtl/Makefile
@@ -8,13 +8,16 @@ CATEGORIES= math devel
MASTER_SITES= http://www.osl.iu.edu/download/research/mtl/
MAINTAINER= ports@FreeBSD.org
-COMMENT= The Matrix Template Library, Version 2
+COMMENT= Matrix Template Library, Version 2
LICENSE= MTL
LICENSE_NAME= Matrix Template Library License
LICENSE_FILE= ${WRKSRC}/license.mtl.txt
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
+BROKEN= fails to fetch: mastersite times out
+DEPRECATED= fails to fetch: mastersite times out
+
CONFIGURE_ENV= CXXCPP="${CXXCPP}"
CXXCPP?= ${CXX} -E
GNU_CONFIGURE= yes
@@ -51,7 +54,7 @@ PORTEXAMPLES= *
post-install:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/doubledouble
- @${INSTALL_DATA} ${WRKSRC}/contrib/examples/* ${STAGEDIR}${EXAMPLESDIR}
- @${INSTALL_DATA} ${WRKSRC}/contrib/doubledouble/* ${STAGEDIR}${EXAMPLESDIR}/doubledouble
+ ${INSTALL_DATA} ${WRKSRC}/contrib/examples/* ${STAGEDIR}${EXAMPLESDIR}
+ ${INSTALL_DATA} ${WRKSRC}/contrib/doubledouble/* ${STAGEDIR}${EXAMPLESDIR}/doubledouble
.include <bsd.port.post.mk>