summaryrefslogtreecommitdiff
path: root/biology
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2013-04-26 16:23:13 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2013-04-26 16:23:13 +0000
commit6539776faf3296d96cd13174ae1f60733e029d39 (patch)
tree6d6d8a02bb190dab50fa7a867b3c2b1f07d17402 /biology
parent3a44eb599e2d9d9be082e19d71169c71733edf8e (diff)
downloadfreebsd-ports-6539776faf3296d96cd13174ae1f60733e029d39.zip
Remove unneeded escaping
Diffstat (limited to 'biology')
-rw-r--r--biology/phd2fasta/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/biology/phd2fasta/Makefile b/biology/phd2fasta/Makefile
index e10de4729598..f376b2662e64 100644
--- a/biology/phd2fasta/Makefile
+++ b/biology/phd2fasta/Makefile
@@ -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