svn commit: r455308 - head/textproc/py-enchant

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Dec 1 20:49:19 UTC 2017


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>


More information about the svn-ports-head mailing list