From 6e2aad917a910e4c9643742f0e3b63542d308c92 Mon Sep 17 00:00:00 2001 From: adamw Date: Tue, 29 Jul 2014 20:55:27 +0000 Subject: Repair instances, almost all courtesy of bf ;-), of spaces and/or tabs before the =. This made doing regular expressions on the ports tree really difficult. Approved by: portmgr (not really, but touches unstaged ports) --- net-im/pwytter/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net-im/pwytter') diff --git a/net-im/pwytter/Makefile b/net-im/pwytter/Makefile index 6f961b2b3818..0f12ba0807a2 100644 --- a/net-im/pwytter/Makefile +++ b/net-im/pwytter/Makefile @@ -25,7 +25,7 @@ USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -DOS2UNIX_GLOB = *.py +DOS2UNIX_GLOB= *.py post-patch: @${RM} -rf ${WRKSRC}/twclient/simplejson -- cgit