diff options
author | miwi <miwi@FreeBSD.org> | 2013-03-24 22:15:01 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-03-24 22:15:01 +0800 |
commit | 9a1587f516cf6c7cfc2c5b54e62f18c506a7974f (patch) | |
tree | bf3460d462a2da20c41c6e886f49a478a50708e3 /Mk | |
parent | c9618454fbdc0617a698376b4d510f6129fc78d5 (diff) | |
download | freebsd-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.mk | 2 |
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) |