diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-03-27 07:15:29 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-03-27 07:15:29 +0000 |
commit | 1b68c16854067a9975f25e92027e4dd6061683a9 (patch) | |
tree | e892c2f6052daf81a8c8653bc5b7002856ddcc8f /Mk | |
parent | a7740a0993e6844d792ce1dc2120e34f15d4b7b6 (diff) | |
download | ports-1b68c16854067a9975f25e92027e4dd6061683a9.tar.gz ports-1b68c16854067a9975f25e92027e4dd6061683a9.zip |
Notes
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 dcefb47f432f..fb7a4556af55 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 Keywords +IGNOREDIR= Mk Templates Tools distfiles packages pkg Keywords .if !target(checksubdirs) .if defined(PORTSTOP) |