From owner-svn-ports-all@FreeBSD.ORG Sat Oct 6 11:23:17 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 53794106564A; Sat, 6 Oct 2012 11:23:17 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 3DE758FC12; Sat, 6 Oct 2012 11:23:17 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q96BNHVS053950; Sat, 6 Oct 2012 11:23:17 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q96BNHVx053948; Sat, 6 Oct 2012 11:23:17 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201210061123.q96BNHVx053948@svn.freebsd.org> From: Baptiste Daroussin Date: Sat, 6 Oct 2012 11:23:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r305357 - head/net/ssvnc X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Oct 2012 11:23:17 -0000 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);|: |' \