diff options
Diffstat (limited to 'net/ssvnc/Makefile')
-rw-r--r-- | net/ssvnc/Makefile | 2 |
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);|: |' \ |