summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2000-03-20 21:19:37 +0000
committerMichael Haro <mharo@FreeBSD.org>2000-03-20 21:19:37 +0000
commit998649bf5d4e220455687e0fd5361256dde5696a (patch)
tree269171f3a001904059688141ae074214b749222a /sysutils
parentcat -> ${CAT} (portlint) (diff)
portlint
Notes
Notes: svn path=/head/; revision=26847
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/xperfmon/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/xperfmon/Makefile b/sysutils/xperfmon/Makefile
index dd9c1210d123..b11e428daba9 100644
--- a/sysutils/xperfmon/Makefile
+++ b/sysutils/xperfmon/Makefile
@@ -6,19 +6,20 @@
# $FreeBSD$
#
-DISTNAME= xperfmon++
+DISTNAME= xperfmon++v1.1
PKGNAME= xperfmon++-2.0
CATEGORIES= sysutils
# In Germany try this
MASTER_SITES= ftp://ftp.uni-bielefeld.de/pub/systems/FreeBSD/lkoeller/ \
ftp://ftp.u-aizu.ac.jp/pub/misc/tools/xperfmon/ \
ftp://ftp.ibank.ru/pub/unix_src/benchmarks/
-DISTFILES= xperfmon++v1.1.tar.Z
+EXTRACT_SUFX= .tar.Z
MAINTAINER= Lars.Koeller@Uni-Bielefeld.DE
USE_IMAKE= yes
MAN1= xperfmon++.1
+WRKSRC= ${WRKDIR}/xperfmon++
pre-configure:
if [ -e /usr/lib/libdevstat.a -o -e /usr/lib/aout/libdevstat.a ]; then \