aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/porttree
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/porttree
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/porttree')
-rw-r--r--ports-mgmt/porttree/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/ports-mgmt/porttree/Makefile b/ports-mgmt/porttree/Makefile
index 84674d838fa9..08fffcbfd8da 100644
--- a/ports-mgmt/porttree/Makefile
+++ b/ports-mgmt/porttree/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: porttree
-# Date created: 18 Aug 2011
-# Whom: Vladimir Chukharev
-#
+# Created by: Vladimir Chukharev
# $FreeBSD$
-#
PORTNAME= porttree
PORTVERSION= 0.3.r${SVN_REV}
@@ -31,6 +27,7 @@ NO_BUILD= yes
NO_INSTALL= yes
PLIST_FILES= bin/porttree
+NO_STAGE= yes
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/src/porttree.py ${PREFIX}/bin/porttree
${INSTALL_MAN} ${WRKSRC}/src/porttree.1 ${MAN8PREFIX}/man/man1