diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-08 22:04:57 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-08 22:04:57 +0000 |
commit | a0cb9ec98b59ded6aa7cb0b3f453902fd3ea72ba (patch) | |
tree | 3ffd72b216e533f037cfc7f06f222ca72e602018 /benchmarks/rawio | |
parent | update with the new PORTNAME/PORTVERSION variables (diff) |
update with the new PORTNAME/PORTVERSION variables
Notes
Notes:
svn path=/head/; revision=27416
Diffstat (limited to 'benchmarks/rawio')
-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/ |