svn commit: r303322 - head/misc/dahdi-kmod

Max Khon fjoe at FreeBSD.org
Wed Aug 29 08:34:56 UTC 2012


Author: fjoe
Date: Wed Aug 29 08:34:55 2012
New Revision: 303322
URL: http://svn.freebsd.org/changeset/ports/303322

Log:
  Fix portlint error: use a tab (not space) after a variable name

Modified:
  head/misc/dahdi-kmod/Makefile

Modified: head/misc/dahdi-kmod/Makefile
==============================================================================
--- head/misc/dahdi-kmod/Makefile	Wed Aug 29 08:01:03 2012	(r303321)
+++ head/misc/dahdi-kmod/Makefile	Wed Aug 29 08:34:55 2012	(r303322)
@@ -55,7 +55,7 @@ IGNORE=		requires firmware(9) support fo
 .endif
 
 .if !exists(${SRC_BASE}/sys/Makefile)
-IGNORE= requires kernel source present in ${SRC_BASE}/sys
+IGNORE=		requires kernel source present in ${SRC_BASE}/sys
 .endif
 
 .if ${ARCH} == "i386" || ${ARCH} == "amd64"



More information about the svn-ports-head mailing list