diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-04-09 19:09:11 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-04-09 19:09:11 +0000 |
commit | 131ffd06e984e988ee9c1c844568abdecd9f9ed4 (patch) | |
tree | 1ef79a394b0fe31c22015536e3350783acefb970 /sysutils/xperfmon | |
parent | 91082f1a1075c587148cdc85cbe1196f175a18e6 (diff) | |
download | FreeBSD-ports-131ffd06e984e988ee9c1c844568abdecd9f9ed4.zip FreeBSD-ports-131ffd06e984e988ee9c1c844568abdecd9f9ed4.tar.gz |
Update with the new PORTNAME/PORTVERSION variable
Diffstat (limited to 'sysutils/xperfmon')
-rw-r--r-- | sysutils/xperfmon/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/sysutils/xperfmon/Makefile b/sysutils/xperfmon/Makefile index b11e428..57f00a1 100644 --- a/sysutils/xperfmon/Makefile +++ b/sysutils/xperfmon/Makefile @@ -1,18 +1,17 @@ -# New ports collection makefile for: xperfmon++ V1.40 -# Version required: 1.1 +# New ports collection makefile for: xperfmon++ # Date created: 14 March 97 # Whom: Lars Koeller <Lars.Koeller@Uni-Bielefeld.DE> # # $FreeBSD$ # -DISTNAME= xperfmon++v1.1 -PKGNAME= xperfmon++-2.0 +PORTNAME= xperfmon++ +PORTVERSION= 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/ +DISTNAME= xperfmon++v1.1 EXTRACT_SUFX= .tar.Z MAINTAINER= Lars.Koeller@Uni-Bielefeld.DE |