From owner-svn-ports-all@FreeBSD.ORG Wed Feb 12 05:54:27 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 58367B70; Wed, 12 Feb 2014 05:54:27 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 40D0218B6; Wed, 12 Feb 2014 05:54:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1C5sR6I020569; Wed, 12 Feb 2014 05:54:27 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1C5sRlP020568; Wed, 12 Feb 2014 05:54:27 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201402120554.s1C5sRlP020568@svn.freebsd.org> From: Martin Wilke Date: Wed, 12 Feb 2014 05:54:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343843 - head/sysutils/superiotool X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Feb 2014 05:54:27 -0000 Author: miwi Date: Wed Feb 12 05:54:26 2014 New Revision: 343843 URL: http://svnweb.freebsd.org/changeset/ports/343843 QAT: https://qat.redports.org/buildarchive/r343843/ Log: - Stage support Modified: head/sysutils/superiotool/Makefile Modified: head/sysutils/superiotool/Makefile ============================================================================== --- head/sysutils/superiotool/Makefile Wed Feb 12 05:07:31 2014 (r343842) +++ head/sysutils/superiotool/Makefile Wed Feb 12 05:54:26 2014 (r343843) @@ -17,16 +17,15 @@ ONLY_FOR_ARCHS= i386 amd64 ONLY_FOR_ARCHS_REASON=The tool is for x86-specific hardware USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake -PLIST_FILES= sbin/superiotool -MAN8= superiotool.8 +PLIST_FILES= sbin/superiotool \ + man/man8/superiotool.8.gz WRKSRC= ${WRKDIR}/${PORTNAME} UPSTREAM_VERS= 4.0-2827-g1a00cf0 MAKE_ENV+= VERSION=-DSUPERIOTOOL_VERSION='\"${UPSTREAM_VERS}\"' -NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/Makefile