aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2013-03-24 22:15:01 +0800
committermiwi <miwi@FreeBSD.org>2013-03-24 22:15:01 +0800
commit9a1587f516cf6c7cfc2c5b54e62f18c506a7974f (patch)
treebf3460d462a2da20c41c6e886f49a478a50708e3 /Mk
parentc9618454fbdc0617a698376b4d510f6129fc78d5 (diff)
downloadfreebsd-ports-gnome-9a1587f516cf6c7cfc2c5b54e62f18c506a7974f.tar.gz
freebsd-ports-gnome-9a1587f516cf6c7cfc2c5b54e62f18c506a7974f.tar.zst
freebsd-ports-gnome-9a1587f516cf6c7cfc2c5b54e62f18c506a7974f.zip
- Add Keywords to the IGNOREDIRS
Reported by: pointythat
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.port.subdir.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.port.subdir.mk b/Mk/bsd.port.subdir.mk
index efa6d562ca4e..dcefb47f432f 100644
--- a/Mk/bsd.port.subdir.mk
+++ b/Mk/bsd.port.subdir.mk
@@ -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)