diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-09 17:07:01 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-09 17:07:01 +0800 |
commit | d5fdf5f1815e58068d3bd3358664f35a4341ba7d (patch) | |
tree | 33a3a31dea047d611d5452508125c848277febd2 /benchmarks | |
parent | 8238e165b4906335612df89ba5263e5a2cba3b6c (diff) | |
download | freebsd-ports-gnome-d5fdf5f1815e58068d3bd3358664f35a4341ba7d.tar.gz freebsd-ports-gnome-d5fdf5f1815e58068d3bd3358664f35a4341ba7d.tar.zst freebsd-ports-gnome-d5fdf5f1815e58068d3bd3358664f35a4341ba7d.zip |
- Support staging
- Add LICENSE
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/cpipe/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/benchmarks/cpipe/Makefile b/benchmarks/cpipe/Makefile index ba64ad103ce4..7888f8bfc339 100644 --- a/benchmarks/cpipe/Makefile +++ b/benchmarks/cpipe/Makefile @@ -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> |