Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Apr 2013 16:23:14 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r316622 - head/biology/phd2fasta
Message-ID:  <201304261623.r3QGNEuJ051242@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Fri Apr 26 16:23:13 2013
New Revision: 316622
URL: http://svnweb.freebsd.org/changeset/ports/316622

Log:
  Remove unneeded escaping

Modified:
  head/biology/phd2fasta/Makefile

Modified: head/biology/phd2fasta/Makefile
==============================================================================
--- head/biology/phd2fasta/Makefile	Fri Apr 26 15:57:02 2013	(r316621)
+++ head/biology/phd2fasta/Makefile	Fri Apr 26 16:23:13 2013	(r316622)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	phd2fasta
-# Date created:		6 December 2007
-# Whom:			Motomichi Matsuzaki <mzaki@biol.s.u-tokyo.ac.jp>
-#
+# Created by: Motomichi Matsuzaki <mzaki@biol.s.u-tokyo.ac.jp>
 # $FreeBSD$
-#
 
 PORTNAME=	phd2fasta
 PORTVERSION=	0.990622.f
@@ -33,7 +29,7 @@ PORTDOCS=	PHD2FASTA.DOC
 
 .for f in ${DISTFILES}
 .if !exists(${DISTDIR}/${f})
-IGNORE=	you must request the source code \(${f}\) via e-mail, place it manually in ${DISTDIR}, and then try it again
+IGNORE=	you must request the source code (${f}) via e-mail, place it manually in ${DISTDIR}, and then try it again
 .endif
 .endfor
 



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