svn commit: r316622 - head/biology/phd2fasta

Bryan Drewery bdrewery at FreeBSD.org
Fri Apr 26 16:23:14 UTC 2013


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 at biol.s.u-tokyo.ac.jp>
-#
+# Created by: Motomichi Matsuzaki <mzaki at 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
 


More information about the svn-ports-head mailing list