From owner-svn-ports-all@freebsd.org Fri Dec 1 20:49:19 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9B521E6A5F2; Fri, 1 Dec 2017 20:49:19 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6585870501; Fri, 1 Dec 2017 20:49:19 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vB1KnIb3049020; Fri, 1 Dec 2017 20:49:18 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vB1KnI1O049019; Fri, 1 Dec 2017 20:49:18 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201712012049.vB1KnI1O049019@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 1 Dec 2017 20:49:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455308 - head/textproc/py-enchant X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/textproc/py-enchant X-SVN-Commit-Revision: 455308 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 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: Fri, 01 Dec 2017 20:49:19 -0000 Author: amdmi3 Date: Fri Dec 1 20:49:18 2017 New Revision: 455308 URL: https://svnweb.freebsd.org/changeset/ports/455308 Log: - Add NO_ARCH - Remove LDFLAGS, not used here - Fix make syntax Approved by: portmgr blanket Modified: head/textproc/py-enchant/Makefile Modified: head/textproc/py-enchant/Makefile ============================================================================== --- head/textproc/py-enchant/Makefile Fri Dec 1 20:48:06 2017 (r455307) +++ head/textproc/py-enchant/Makefile Fri Dec 1 20:49:18 2017 (r455308) @@ -23,15 +23,14 @@ OPTIONS_SUB= yes USES= python:2.7 USE_PYTHON= distutils +NO_ARCH= yes WX_USE= WX=3.0+ WX_VARS= WX_COMPS=python:run PLIST_SUB+= VER=${PORTVERSION} -LDFLAGS+= -L${LOCALBASE}/lib - post-install-WX-off: - ${RM] ${STAGEDIR}${PYTHON_SITELIBDIR}/${PORTNAME}/checker/wxSpellCheckerDialog* + ${RM} ${STAGEDIR}${PYTHON_SITELIBDIR}/${PORTNAME}/checker/wxSpellCheckerDialog* .include