From owner-svn-ports-all@FreeBSD.ORG Sun Feb 9 09:07:01 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D2501C32; Sun, 9 Feb 2014 09:07:01 +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 BCF1412DF; Sun, 9 Feb 2014 09:07:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s19971Nv020669; Sun, 9 Feb 2014 09:07:01 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s19971Zi020668; Sun, 9 Feb 2014 09:07:01 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201402090907.s19971Zi020668@svn.freebsd.org> From: Emanuel Haupt Date: Sun, 9 Feb 2014 09:07:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343438 - head/benchmarks/cpipe 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: Sun, 09 Feb 2014 09:07:01 -0000 Author: ehaupt Date: Sun Feb 9 09:07:01 2014 New Revision: 343438 URL: http://svnweb.freebsd.org/changeset/ports/343438 QAT: https://qat.redports.org/buildarchive/r343438/ Log: - Support staging - Add LICENSE Modified: head/benchmarks/cpipe/Makefile Modified: head/benchmarks/cpipe/Makefile ============================================================================== --- head/benchmarks/cpipe/Makefile Sun Feb 9 08:48:25 2014 (r343437) +++ head/benchmarks/cpipe/Makefile Sun Feb 9 09:07:01 2014 (r343438) @@ -4,20 +4,22 @@ PORTNAME= cpipe PORTVERSION= 3.0.2 CATEGORIES= benchmarks -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= SF MASTER_SITE_SUBDIR= cpipe.berlios MAINTAINER= chris@uminac.com COMMENT= Benchmarking tool for pipes -MAN1= cpipe.1 -MANCOMPRESSED= no +LICENSE= GPLv2 MAKEFILE= makefile ALL_TARGET= # nada MAKE_ARGS= "prefix=${PREFIX}" -PLIST_FILES= bin/cpipe +PLIST_FILES= bin/cpipe man/man1/cpipe.1.gz + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 -NO_STAGE= yes .include