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/pkg | |
parent | 7de019308714a4657174fe4596e39045f6e8e95c (diff) |
Notes
Diffstat (limited to 'ports-mgmt/pkg')
-rw-r--r-- | ports-mgmt/pkg/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports-mgmt/pkg/Makefile b/ports-mgmt/pkg/Makefile index 31c432c29124..8e8ca635e5ef 100644 --- a/ports-mgmt/pkg/Makefile +++ b/ports-mgmt/pkg/Makefile @@ -64,6 +64,7 @@ MLINKS= pkg-delete.8 pkg-remove.8 \ pkg-lock.8 pkg-unlock.8 \ pkg.8 pkg-static.8 +NO_STAGE= yes .include <bsd.port.pre.mk> .if defined(WITH_PKGNG) |