diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-21 06:36:49 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-21 06:36:49 +0800 |
commit | cbee5eb19f280eff9c4086b3ca433aee1b375672 (patch) | |
tree | fe1ec014f58105d3f735793ef91b646bdcbdc39a /ports-mgmt/jailaudit | |
parent | 85a83ee9ef219f3d2b624a71c7156260551df0f1 (diff) | |
download | freebsd-ports-gnome-cbee5eb19f280eff9c4086b3ca433aee1b375672.tar.gz freebsd-ports-gnome-cbee5eb19f280eff9c4086b3ca433aee1b375672.tar.zst freebsd-ports-gnome-cbee5eb19f280eff9c4086b3ca433aee1b375672.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: ports-mgmt)
Diffstat (limited to 'ports-mgmt/jailaudit')
-rw-r--r-- | ports-mgmt/jailaudit/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports-mgmt/jailaudit/Makefile b/ports-mgmt/jailaudit/Makefile index 2b8d43790e36..d620cff64f99 100644 --- a/ports-mgmt/jailaudit/Makefile +++ b/ports-mgmt/jailaudit/Makefile @@ -21,4 +21,5 @@ PLIST_SUB+= PERIODICDIR="${PERIODICDIR:S,^${PREFIX}/,,}" \ REPORTDIR="${REPORTDIR:S,^${PREFIX}/,,}" \ XTMPDIR="${XTMPDIR:S,^${PREFIX}/,,}" +NO_STAGE= yes .include <bsd.port.mk> |