aboutsummaryrefslogtreecommitdiffstats
path: root/biology
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2013-04-27 00:23:13 +0800
committerbdrewery <bdrewery@FreeBSD.org>2013-04-27 00:23:13 +0800
commitae6f639fe61f683d157adca9e889b1f53cb966ac (patch)
tree6d6d8a02bb190dab50fa7a867b3c2b1f07d17402 /biology
parentab3549ce3ccd429c9db7f090e694461ae7a365dd (diff)
downloadfreebsd-ports-graphics-ae6f639fe61f683d157adca9e889b1f53cb966ac.tar.gz
freebsd-ports-graphics-ae6f639fe61f683d157adca9e889b1f53cb966ac.tar.zst
freebsd-ports-graphics-ae6f639fe61f683d157adca9e889b1f53cb966ac.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 e10de472959..f376b2662e6 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