Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Mar 2014 08:58:01 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r347456 - head/devel/tnt
Message-ID:  <201403080858.s288w17L039697@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
-@dirrm include/tnt/
+@dirrm include/tnt



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403080858.s288w17L039697>