aboutsummaryrefslogtreecommitdiff
path: root/net/tightvnc/Makefile
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/tightvnc/Makefile
parent6787a51e1fe60ff0742e98eb90c4d812d071236d (diff)
downloadports-140d7b7eb496fe4f57eceb4cd64aee3a189844c1.tar.gz
ports-140d7b7eb496fe4f57eceb4cd64aee3a189844c1.zip
Notes
Diffstat (limited to 'net/tightvnc/Makefile')
-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)