Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Jan 2014 21:34:21 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r340114 - head/devel/buildtool
Message-ID:  <201401172134.s0HLYL7O092872@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Fri Jan 17 21:34:21 2014
New Revision: 340114
URL: http://svnweb.freebsd.org/changeset/ports/340114
QAT: https://qat.redports.org/buildarchive/r340114/

Log:
  Stage support

Modified:
  head/devel/buildtool/Makefile
  head/devel/buildtool/pkg-plist

Modified: head/devel/buildtool/Makefile
==============================================================================
--- head/devel/buildtool/Makefile	Fri Jan 17 21:33:24 2014	(r340113)
+++ head/devel/buildtool/Makefile	Fri Jan 17 21:34:21 2014	(r340114)
@@ -7,12 +7,9 @@ CATEGORIES=	devel
 MASTER_SITES=	SF
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	A set of portable software build utilities
+COMMENT=	Set of portable software build utilities
 
 HAS_CONFIGURE=	yes
 CONFIGURE_ARGS=	-p ${PREFIX} -d ${DOCSDIR}
 
-MAN1=		buildtool.1
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/buildtool/pkg-plist
==============================================================================
--- head/devel/buildtool/pkg-plist	Fri Jan 17 21:33:24 2014	(r340113)
+++ head/devel/buildtool/pkg-plist	Fri Jan 17 21:34:21 2014	(r340114)
@@ -10,6 +10,7 @@ libexec/buildtool/bt_sh
 libexec/buildtool/bt_swcgen
 libexec/buildtool/bt_wizard
 libexec/buildtool/depconv
+man/man1/buildtool.1.gz
 share/buildtool/bt_config/base.subr
 share/buildtool/bt_config/pkgconfig.subr
 share/buildtool/bt_config/pthread.subr



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401172134.s0HLYL7O092872>