diff options
| author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-01-04 22:48:02 +0000 |
|---|---|---|
| committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-01-04 22:48:02 +0000 |
| commit | e022e92dd64d63f93502283d34b238e317597034 (patch) | |
| tree | dd047c653651f4c729fe481122fd2d05642fe89e /benchmarks/mdtest/Makefile | |
| parent | 53f312af13e884508dc1b7eb4f4add226891db6c (diff) | |
Notes
Diffstat (limited to 'benchmarks/mdtest/Makefile')
| -rw-r--r-- | benchmarks/mdtest/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/benchmarks/mdtest/Makefile b/benchmarks/mdtest/Makefile index b82e6e566b8f..1b133a9a6754 100644 --- a/benchmarks/mdtest/Makefile +++ b/benchmarks/mdtest/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: mdtest -# Date created: 2007-4-20 -# Whom: Chao Shin <quakelee@cn.freebsd.org> -# +# Created by: Chao Shin <quakelee@cn.freebsd.org> # $FreeBSD$ -# PORTNAME= mdtest -PORTVERSION= 1.8.3 +PORTVERSION= 1.8.4 CATEGORIES= benchmarks MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20latest/${PORTNAME}-${PORTVERSION} EXTRACT_SUFX= .tgz @@ -45,7 +41,7 @@ do-install: ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1 .if ${PORT_OPTIONS:MEXAMPLES} @${MKDIR} ${EXAMPLESDIR} - @(cd ${WRKSRC}/scripts && ${COPYTREE_SHARE} . ${EXAMPLESDIR}) + @(cd ${WRKSRC}/scripts && ${COPYTREE_SHARE} \* ${EXAMPLESDIR}) .endif .include <bsd.port.mk> |
