mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Remove unneeded escaping
This commit is contained in:
parent
3a44eb599e
commit
6539776faf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=316622
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user