diff options
author | jeh <jeh@FreeBSD.org> | 2000-10-11 11:08:51 +0000 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2000-10-11 11:08:51 +0000 |
commit | 4cffea3ea2458f838061fc3b6a1e5d072d836a5a (patch) | |
tree | 2236c285822db6d741c3612f8ecb0d59f1365732 | |
parent | 41f09ddd59f31466485130461269a117ee4fcec5 (diff) | |
download | FreeBSD-ports-4cffea3ea2458f838061fc3b6a1e5d072d836a5a.zip FreeBSD-ports-4cffea3ea2458f838061fc3b6a1e5d072d836a5a.tar.gz |
Missing " in post-patch target
Submitted by: bento
-rw-r--r-- | biology/deft/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/biology/deft/Makefile b/biology/deft/Makefile index fb65c09..02fbbb6 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: |