svn commit: r305721 - head/devel/tcllib

Pietro Cerutti gahr at FreeBSD.org
Thu Oct 11 13:31:54 UTC 2012


Author: gahr
Date: Thu Oct 11 13:31:53 2012
New Revision: 305721
URL: http://svn.freebsd.org/changeset/ports/305721

Log:
  - Remove tab at ^ before variable assignment
  
  Reported by:	bdrewery
  Feature safe:	yes

Modified:
  head/devel/tcllib/Makefile

Modified: head/devel/tcllib/Makefile
==============================================================================
--- head/devel/tcllib/Makefile	Thu Oct 11 13:24:41 2012	(r305720)
+++ head/devel/tcllib/Makefile	Thu Oct 11 13:31:53 2012	(r305721)
@@ -46,7 +46,7 @@ post-patch:
 
 	# try(n) is part of Tcl core since 8.6
 .if ${TCL_VER:S/.//} < 86
-	MANN+=		try.n
+MANN+=		try.n
 .else
 	${MV} ${WRKSRC}/modules/try/try.man ${WRKSRC}/modules/try/try.man.noinstall
 .endif


More information about the svn-ports-all mailing list