diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:36:49 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:36:49 +0000 |
commit | 16f65335a1da8b465551d267919a3c57435fb132 (patch) | |
tree | fe1ec014f58105d3f735793ef91b646bdcbdc39a /ports-mgmt/jailaudit | |
parent | 7de019308714a4657174fe4596e39045f6e8e95c (diff) |
Notes
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> |