diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2006-04-15 00:01:12 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2006-04-15 00:01:12 +0000 |
commit | 7c9f43e796b5d406ac917775e6409b771e09d5fd (patch) | |
tree | 238c0b551301a880647801c9722978230f12fa19 /sysutils/cpuburn | |
parent | 8b8858cd0db2a43eb74125972592732dd89a466a (diff) | |
download | ports-7c9f43e796b5d406ac917775e6409b771e09d5fd.tar.gz ports-7c9f43e796b5d406ac917775e6409b771e09d5fd.zip |
Notes
Diffstat (limited to 'sysutils/cpuburn')
-rw-r--r-- | sysutils/cpuburn/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/cpuburn/Makefile b/sysutils/cpuburn/Makefile index b29490fa18e3..97772dee8c02 100644 --- a/sysutils/cpuburn/Makefile +++ b/sysutils/cpuburn/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://pages.sbcglobal.net/redelm/ DISTNAME= cpuburn_${PORTVERSION:S/./_/g} EXTRACT_SUFX= _tar.gz -MAINTAINER= markp@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= CPU/memory stress testing utilities WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |