diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-09-20 15:58:09 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-09-20 15:58:09 +0000 |
commit | 2324655f200dcb66c0a26dc9f7ba34216e5a7c3f (patch) | |
tree | 3310e381bea8ad1402bd438c7348400bcb76a66b /sysutils/daemontools | |
parent | 7055ff02f189a21dc14fc0489900f315a6e9192f (diff) |
- Add NO_STAGE until validated to be safe for upcoming staging support
Notes
Notes:
svn path=/head/; revision=327710
Diffstat (limited to 'sysutils/daemontools')
-rw-r--r-- | sysutils/daemontools/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/daemontools/Makefile b/sysutils/daemontools/Makefile index 4f63cc64a445..d77993e6cd71 100644 --- a/sysutils/daemontools/Makefile +++ b/sysutils/daemontools/Makefile @@ -31,6 +31,8 @@ OPTIONS_SINGLE_SEQ= S_EARLY S_NORMAL OPTIONS_DEFAULT= MAN S_NORMAL TESTS +NO_STAGE= yes + .include <bsd.port.options.mk> . if ${PORT_OPTIONS:MS_EARLY} |