diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:05:58 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:05:58 +0000 |
commit | 83f65384c9041fa9a31c84b5e21b643fa2bf97c6 (patch) | |
tree | 04cfd5800fc602ff72366f0defba3eae36ba98f4 /sysutils/bsdconfig | |
parent | fd8fc9773839d2d8e41b80fbaed21fcd5470e898 (diff) |
Notes
Diffstat (limited to 'sysutils/bsdconfig')
-rw-r--r-- | sysutils/bsdconfig/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/bsdconfig/Makefile b/sysutils/bsdconfig/Makefile index a1b2305aa8ce..7cd87f16ad7b 100644 --- a/sysutils/bsdconfig/Makefile +++ b/sysutils/bsdconfig/Makefile @@ -208,6 +208,7 @@ PLIST_DIRS= ${BSDCFG_LIBE}/020.docsinstall/include \ ${BSDCFG_SHARE} \ share/examples/bsdconfig +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} < 900030 |