svn commit: r315120 - head/Mk

Martin Wilke miwi at FreeBSD.org
Sun Mar 24 14:15:01 UTC 2013


Author: miwi
Date: Sun Mar 24 14:15:01 2013
New Revision: 315120
URL: http://svnweb.freebsd.org/changeset/ports/315120

Log:
  - Add Keywords to the IGNOREDIRS
  
  Reported by:	pointythat

Modified:
  head/Mk/bsd.port.subdir.mk

Modified: head/Mk/bsd.port.subdir.mk
==============================================================================
--- head/Mk/bsd.port.subdir.mk	Sun Mar 24 14:06:43 2013	(r315119)
+++ head/Mk/bsd.port.subdir.mk	Sun Mar 24 14:15:01 2013	(r315120)
@@ -242,7 +242,7 @@ afterinstall: realinstall
 realinstall: beforeinstall ${SUBDIR:S/^/_/:S/$/.realinstall/}
 .endif
 
-IGNOREDIR=	CVS Mk Templates Tools distfiles packages pkg
+IGNOREDIR=	CVS Mk Templates Tools distfiles packages pkg Keywords
 
 .if !target(checksubdirs)
 .if defined(PORTSTOP)


More information about the svn-ports-head mailing list