Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Jul 2016 16:53:06 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r418546 - head/biology/diamond
Message-ID:  <201607141653.u6EGr6B1096402@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Thu Jul 14 16:53:06 2016
New Revision: 418546
URL: https://svnweb.freebsd.org/changeset/ports/418546

Log:
  Trim excess tabs, no-op change

Modified:
  head/biology/diamond/Makefile

Modified: head/biology/diamond/Makefile
==============================================================================
--- head/biology/diamond/Makefile	Thu Jul 14 16:52:08 2016	(r418545)
+++ head/biology/diamond/Makefile	Thu Jul 14 16:53:06 2016	(r418546)
@@ -1,29 +1,29 @@
 # Created by: jrm@ftfl.ca
 # $FreeBSD$
 
-PORTNAME=		diamond
-PORTVERSION=		0.8.14
+PORTNAME=	diamond
+PORTVERSION=	0.8.14
 DISTVERSIONPREFIX=	v
-CATEGORIES=		biology
+CATEGORIES=	biology
 
-MAINTAINER=		jrm@ftfl.ca
-COMMENT=		BLAST-compatible local sequence aligner
+MAINTAINER=	jrm@ftfl.ca
+COMMENT=	BLAST-compatible local sequence aligner
 
-LICENSE=		BSD2CLAUSE
+LICENSE=	BSD2CLAUSE
 
-ONLY_FOR_ARCHS=		amd64
+ONLY_FOR_ARCHS=	amd64
 
-USES=			cmake:outsource compiler:c++11-lang
+USES=		cmake:outsource compiler:c++11-lang
 
-CFLAGS+=		-DNDEBUG
+CFLAGS+=	-DNDEBUG
 
-USE_GITHUB=		yes
-GH_ACCOUNT=		bbuchfink
+USE_GITHUB=	yes
+GH_ACCOUNT=	bbuchfink
 
-PLIST_FILES=		bin/diamond
+PLIST_FILES=	bin/diamond
 
 .if ! defined(PACKAGE_BUILDING)
-CXXFLAGS+=		-march=native
+CXXFLAGS+=	-march=native
 .endif
 
 .include <bsd.port.mk>



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