Date: Sun, 9 Feb 2014 09:07:01 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343438 - head/benchmarks/cpipe Message-ID: <201402090907.s19971Zi020668@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402090907.s19971Zi020668>