svn commit: r347456 - head/devel/tnt
Antoine Brodin
antoine at FreeBSD.org
Sat Mar 8 08:58:02 UTC 2014
Author: antoine
Date: Sat Mar 8 08:58:01 2014
New Revision: 347456
URL: http://svnweb.freebsd.org/changeset/ports/347456
QAT: https://qat.redports.org/buildarchive/r347456/
Log:
Unbreak
Modified:
head/devel/tnt/Makefile
head/devel/tnt/pkg-descr
head/devel/tnt/pkg-plist
Modified: head/devel/tnt/Makefile
==============================================================================
--- head/devel/tnt/Makefile Sat Mar 8 08:31:31 2014 (r347455)
+++ head/devel/tnt/Makefile Sat Mar 8 08:58:01 2014 (r347456)
@@ -6,20 +6,18 @@ PORTVERSION= 1.2.6
CATEGORIES= devel math
MASTER_SITES= http://math.nist.gov/tnt/
DISTNAME= ${PORTNAME}_126
-.ifndef NOPORTDOCS
-DISTFILES=${DISTNAME}${EXTRACT_SUFX} tnt120doc.zip
-.endif
+DISTFILES= ${DISTNAME}${EXTRACT_SUFX} tnt120doc.zip
DIST_SUBDIR= tnt
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= erik at bz.bzflag.bz
COMMENT= Template Numerical Toolkit
-BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
-
-USES= zip
+USES= zip:infozip
NO_BUILD= yes
+OPTIONS_DEFINE= DOCS
+
PORTDOCS= *
do-install:
Modified: head/devel/tnt/pkg-descr
==============================================================================
--- head/devel/tnt/pkg-descr Sat Mar 8 08:31:31 2014 (r347455)
+++ head/devel/tnt/pkg-descr Sat Mar 8 08:58:01 2014 (r347456)
@@ -16,4 +16,4 @@ information. By specifying only the inte
utilize such algorithms, while giving library developers the greatest
flexibility in employing optimization or portability strategies.
-WWW: http://math.nist.gov/tnt/
+WWW: http://math.nist.gov/tnt/
Modified: head/devel/tnt/pkg-plist
==============================================================================
--- head/devel/tnt/pkg-plist Sat Mar 8 08:31:31 2014 (r347455)
+++ head/devel/tnt/pkg-plist Sat Mar 8 08:58:01 2014 (r347456)
@@ -19,4 +19,4 @@ include/tnt/tnt_stopwatch.h
include/tnt/tnt_subscript.h
include/tnt/tnt_vec.h
include/tnt/tnt_version.h
- at dirrm include/tnt/
+ at dirrm include/tnt
More information about the svn-ports-all
mailing list