summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-02-13 20:25:00 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-02-13 20:25:00 +0000
commit2ebfa5d437df824b9a2d82e49412500a94b7df55 (patch)
tree4ed6617234a28a502787e955942f3ee6d6dd6fa2 /lang
parent- Upgrade to Postfix 19991231pl04 (diff)
Fix my perl recipie.
Notes
Notes: svn path=/head/; revision=25778
Diffstat (limited to 'lang')
-rw-r--r--lang/Sather/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/Sather/Makefile b/lang/Sather/Makefile
index 5c3911b15f31..0ba343446f1a 100644
--- a/lang/Sather/Makefile
+++ b/lang/Sather/Makefile
@@ -22,10 +22,10 @@ MAN1= sacomp.1
pre-configure:
@${PERL} -pi.in \
- -e 's:%%CC%%:${CC}:g' \
- 's:%%CFLAGS%%:${CFLAGS}:g' \
- 's:%%LOCALBASE%%:${LOCALBASE}:g' \
- 's:%%GMAKE%%:${GMAKE}:g' \
+ -e "s:%%CC%%:${CC}:g ;" \
+ -e "s:%%CFLAGS%%:${CFLAGS}:g ;" \
+ -e "s:%%LOCALBASE%%:${LOCALBASE}:g ;" \
+ -e "s:%%GMAKE%%:${GMAKE}:g ;" \
${WRKSRC}/System/Common/CONFIG.proto
do-install: