aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/port-authoring-tools
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/port-authoring-tools
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/port-authoring-tools')
-rw-r--r--ports-mgmt/port-authoring-tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports-mgmt/port-authoring-tools/Makefile b/ports-mgmt/port-authoring-tools/Makefile
index 6786526c69ed..0b3e0de9b715 100644
--- a/ports-mgmt/port-authoring-tools/Makefile
+++ b/ports-mgmt/port-authoring-tools/Makefile
@@ -1,4 +1,3 @@
-# Created by: Mark Linimon <linimon@FreeBSD.org>
# $FreeBSD$
PORTNAME= port-authoring-tools
@@ -22,4 +21,5 @@ NO_BUILD= yes
do-install: # empty
+NO_STAGE= yes
.include <bsd.port.mk>