aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/pkg_jail
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 22:36:49 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 22:36:49 +0000
commit16f65335a1da8b465551d267919a3c57435fb132 (patch)
treefe1ec014f58105d3f735793ef91b646bdcbdc39a /ports-mgmt/pkg_jail
parent7de019308714a4657174fe4596e39045f6e8e95c (diff)
downloadports-16f65335a1da8b465551d267919a3c57435fb132.tar.gz
ports-16f65335a1da8b465551d267919a3c57435fb132.zip
Add NO_STAGE all over the place in preparation for the staging support (cat: ports-mgmt)
Notes
Notes: svn path=/head/; revision=327762
Diffstat (limited to 'ports-mgmt/pkg_jail')
-rw-r--r--ports-mgmt/pkg_jail/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/ports-mgmt/pkg_jail/Makefile b/ports-mgmt/pkg_jail/Makefile
index 98fa217928fb..d2ab8860bfb7 100644
--- a/ports-mgmt/pkg_jail/Makefile
+++ b/ports-mgmt/pkg_jail/Makefile
@@ -15,6 +15,7 @@ PLIST_FILES= bin/pkg_jail bin/pkg_update
PORTDOCS= README
MAN1= pkg_jail.1 pkg_update.1
+NO_STAGE= yes
do-install:
${INSTALL_SCRIPT} ${FILESDIR}/pkg_jail ${FILESDIR}/pkg_update ${PREFIX}/bin/
${INSTALL_MAN} ${FILESDIR}/pkg_jail.1 ${FILESDIR}/pkg_update.1 ${PREFIX}/man/man1/