Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Dec 2017 20:49:18 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r455308 - head/textproc/py-enchant
Message-ID:  <201712012049.vB1KnI1O049019@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712012049.vB1KnI1O049019>