diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-10-06 11:23:16 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-10-06 11:23:16 +0000 |
commit | b17c369fadf2a7dfc19828377d16c5af87e1c2a3 (patch) | |
tree | bfb9f46ed43022fbd87682f9614806c37947c70f /net/ssvnc | |
parent | 65eaf47a9bf44056be1e4d37c33417df6bcb75c0 (diff) | |
download | ports-b17c369fadf2a7dfc19828377d16c5af87e1c2a3.tar.gz ports-b17c369fadf2a7dfc19828377d16c5af87e1c2a3.zip |
Notes
Diffstat (limited to 'net/ssvnc')
-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);|: |' \ |