diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-04-26 16:23:13 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-04-26 16:23:13 +0000 |
commit | 6539776faf3296d96cd13174ae1f60733e029d39 (patch) | |
tree | 6d6d8a02bb190dab50fa7a867b3c2b1f07d17402 /biology | |
parent | 3a44eb599e2d9d9be082e19d71169c71733edf8e (diff) | |
download | freebsd-ports-6539776faf3296d96cd13174ae1f60733e029d39.zip |
Remove unneeded escaping
Diffstat (limited to 'biology')
-rw-r--r-- | biology/phd2fasta/Makefile | 8 |
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 |