diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-09 06:04:57 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-09 06:04:57 +0800 |
commit | 007c7f0c9d4eaad89449342ee90e4b102925caec (patch) | |
tree | 114f7c864c24ff21a525d1dd997282751fdf3b12 /benchmarks/rawio/Makefile | |
parent | ff937aa62d305b29ccf01992d537477ef5b3b89d (diff) | |
download | freebsd-ports-gnome-007c7f0c9d4eaad89449342ee90e4b102925caec.tar.gz freebsd-ports-gnome-007c7f0c9d4eaad89449342ee90e4b102925caec.tar.zst freebsd-ports-gnome-007c7f0c9d4eaad89449342ee90e4b102925caec.zip |
update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'benchmarks/rawio/Makefile')
-rw-r--r-- | benchmarks/rawio/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/rawio/Makefile b/benchmarks/rawio/Makefile index 82d1f207be51..e92395e57df4 100644 --- a/benchmarks/rawio/Makefile +++ b/benchmarks/rawio/Makefile @@ -1,13 +1,13 @@ # ex:ts=8 # Ports collection makefile for: Rawio -# Version required: 0.0 # Date created: Sun Aug 08, 1999 # Whom: David O'Brien (obrien@NUXI.com) # # $FreeBSD$ # -DISTNAME= rawio-1.1 +PORTNAME= rawio +PORTVERSION= 1.1 CATEGORIES= benchmarks MASTER_SITES= ftp://ftp.lemis.com/pub/ |