summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2005-05-28 22:02:40 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2005-05-28 22:02:40 +0000
commit140d7b7eb496fe4f57eceb4cd64aee3a189844c1 (patch)
treeef44e016fbf93df1543870859321c855c3f15be8 /net
parentUpdate to 0.9.0-pre3 (diff)
Replace PERL regexp separator: from "," to "|" for tricky CFLAGS,
e.g., -O -pipe -pipe -funit-at-a-time -m3dnow -msse -mfpmath=sse,387 -O3 -fcse-follow-jumps -fcse-skip-blocks -fexpensive-optimizations -fomit-frame-pointer -freorder-blocks -frerun-cse-after-loop -fschedule-insns2 -fthread-jumps -funroll-loops -march=athlon-xp
Notes
Notes: svn path=/head/; revision=136355
Diffstat (limited to 'net')
-rw-r--r--net/tightvnc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tightvnc/Makefile b/net/tightvnc/Makefile
index 88f619385f2d..2504ccf08aa5 100644
--- a/net/tightvnc/Makefile
+++ b/net/tightvnc/Makefile
@@ -48,7 +48,7 @@ post-patch:
@${PERL} -pi -e "s,/usr/local/vnc/classes,${DATADIR}/classes,g ; \
s,^#!/usr/bin/perl,#!${PERL},g" ${WRKSRC}/vncserver
@${PERL} -pi -e "s,%%CC%%,${CC},g ; \
- s,%%CFLAGS%%,${CFLAGS},g" ${WRKSRC}/Xvnc/config/cf/FreeBSD.cf
+ s|%%CFLAGS%%|${CFLAGS}|g" ${WRKSRC}/Xvnc/config/cf/FreeBSD.cf
do-install:
@(cd ${WRKSRC}; ./vncinstall ${PREFIX}/bin ${PREFIX}/man)