svn commit: r305357 - head/net/ssvnc

Baptiste Daroussin bapt at FreeBSD.org
Sat Oct 6 11:23:17 UTC 2012


Author: bapt
Date: Sat Oct  6 11:23:16 2012
New Revision: 305357
URL: http://svn.freebsd.org/changeset/ports/305357

Log:
  fix sense of a test
  
  Reperted by:	linimon

Modified:
  head/net/ssvnc/Makefile

Modified: head/net/ssvnc/Makefile
==============================================================================
--- head/net/ssvnc/Makefile	Sat Oct  6 11:06:48 2012	(r305356)
+++ head/net/ssvnc/Makefile	Sat Oct  6 11:23:16 2012	(r305357)
@@ -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);|: |' \



More information about the svn-ports-all mailing list