aboutsummaryrefslogtreecommitdiff
path: root/net/ssvnc
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2012-10-06 11:23:16 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2012-10-06 11:23:16 +0000
commitb17c369fadf2a7dfc19828377d16c5af87e1c2a3 (patch)
treebfb9f46ed43022fbd87682f9614806c37947c70f /net/ssvnc
parent65eaf47a9bf44056be1e4d37c33417df6bcb75c0 (diff)
downloadports-b17c369fadf2a7dfc19828377d16c5af87e1c2a3.tar.gz
ports-b17c369fadf2a7dfc19828377d16c5af87e1c2a3.zip
Notes
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);|: |' \