diff options
author | jeh <jeh@FreeBSD.org> | 2000-10-11 19:08:51 +0800 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2000-10-11 19:08:51 +0800 |
commit | 4cffea3ea2458f838061fc3b6a1e5d072d836a5a (patch) | |
tree | 2236c285822db6d741c3612f8ecb0d59f1365732 /biology/deft | |
parent | 41f09ddd59f31466485130461269a117ee4fcec5 (diff) | |
download | freebsd-ports-gnome-4cffea3ea2458f838061fc3b6a1e5d072d836a5a.tar.gz freebsd-ports-gnome-4cffea3ea2458f838061fc3b6a1e5d072d836a5a.tar.zst freebsd-ports-gnome-4cffea3ea2458f838061fc3b6a1e5d072d836a5a.zip |
Missing " in post-patch target
Submitted by: bento
Diffstat (limited to 'biology/deft')
-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 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: |