From 1bc151a02b5fc5fdf9e0dd6c7d605b0830401831 Mon Sep 17 00:00:00 2001 From: "James E. Housley" Date: Wed, 11 Oct 2000 11:08:51 +0000 Subject: [PATCH] Missing " in post-patch target Submitted by: bento --- biology/deft/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biology/deft/Makefile b/biology/deft/Makefile index fb65c0978887..02fbbb6194b0 100644 --- a/biology/deft/Makefile +++ b/biology/deft/Makefile @@ -25,7 +25,7 @@ BUILD_DEPENDS= ftn77:${PORTSDIR}/lang/f77 .endif post-patch: - @${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g \ + @${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g"\ ${WRKDIR}/${DISTNAME}/examples/DeFT post-configure: