svn commit: r328338 - in head/ports-mgmt: port-authoring-tools port-maintenance-tools
Jason Helfman
jgh at FreeBSD.org
Thu Sep 26 07:10:09 UTC 2013
Author: jgh
Date: Thu Sep 26 07:10:09 2013
New Revision: 328338
URL: http://svnweb.freebsd.org/changeset/ports/328338
Log:
- support staging
Modified:
head/ports-mgmt/port-authoring-tools/Makefile
head/ports-mgmt/port-maintenance-tools/Makefile
Modified: head/ports-mgmt/port-authoring-tools/Makefile
==============================================================================
--- head/ports-mgmt/port-authoring-tools/Makefile Thu Sep 26 06:51:21 2013 (r328337)
+++ head/ports-mgmt/port-authoring-tools/Makefile Thu Sep 26 07:10:09 2013 (r328338)
@@ -18,8 +18,8 @@ RUN_DEPENDS= \
${LOCALBASE}/bin/port:${PORTSDIR}/ports-mgmt/porttools
NO_BUILD= yes
+NO_MTREE= yes
do-install: # empty
-NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/ports-mgmt/port-maintenance-tools/Makefile
==============================================================================
--- head/ports-mgmt/port-maintenance-tools/Makefile Thu Sep 26 06:51:21 2013 (r328337)
+++ head/ports-mgmt/port-maintenance-tools/Makefile Thu Sep 26 07:10:09 2013 (r328338)
@@ -21,8 +21,8 @@ RUN_DEPENDS= \
${LOCALBASE}/sbin/portdowngrade:${PORTSDIR}/ports-mgmt/portdowngrade
NO_BUILD= yes
+NO_MTREE= yes
do-install: # empty
-NO_STAGE= yes
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list