aboutsummaryrefslogtreecommitdiffstats
path: root/net/ssvnc
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2012-10-06 19:23:16 +0800
committerbapt <bapt@FreeBSD.org>2012-10-06 19:23:16 +0800
commit6c7ad37f0db16464a37b997fa8ec71f5afcb950c (patch)
treebfb9f46ed43022fbd87682f9614806c37947c70f /net/ssvnc
parentdb0f1aa158cfb45400db94ee22009b683ff9c271 (diff)
downloadfreebsd-ports-gnome-6c7ad37f0db16464a37b997fa8ec71f5afcb950c.tar.gz
freebsd-ports-gnome-6c7ad37f0db16464a37b997fa8ec71f5afcb950c.tar.zst
freebsd-ports-gnome-6c7ad37f0db16464a37b997fa8ec71f5afcb950c.zip
fix sense of a test
Reperted by: linimon
Diffstat (limited to 'net/ssvnc')
-rw-r--r--net/ssvnc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ssvnc/Makefile b/net/ssvnc/Makefile
index 2ff58c92c09e..bf2d37426c62 100644
--- a/net/ssvnc/Makefile
+++ b/net/ssvnc/Makefile
@@ -46,7 +46,7 @@ post-patch:
@${REINPLACE_CMD} -e 's|[[:<:]]ssvnc[[:>:]]|ssvnc-gui|' ${WRKSRC}/man/man1/ssvnc.1
@${REINPLACE_CMD} -e 's|/usr/local/bin|${LOCALBASE}/bin|' \
-e 's|^CC =|CC ?=|' ${WRKSRC}/vncstorepw/Makefile
-.if ${PORT_OPTIONS:MULTRAFTP}
+.if empty(PORT_OPTIONS:MULTRAFTP)
@${REINPLACE_CMD} -e "s|sh -c 'type javac'|:|" \
-e "s|sh -c 'type jar'|:|" \
-e 's|cd $$(JSRC);|: |' \