diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-09 06:04:57 +0800 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-09 06:04:57 +0800 |
commit | a0cb9ec98b59ded6aa7cb0b3f453902fd3ea72ba (patch) | |
tree | 3ffd72b216e533f037cfc7f06f222ca72e602018 /benchmarks/postmark | |
parent | bcd8ffd9d02ae8abfa24cfffffc4c496a55b29e2 (diff) | |
download | freebsd-ports-gnome-a0cb9ec98b59ded6aa7cb0b3f453902fd3ea72ba.tar.gz freebsd-ports-gnome-a0cb9ec98b59ded6aa7cb0b3f453902fd3ea72ba.tar.zst freebsd-ports-gnome-a0cb9ec98b59ded6aa7cb0b3f453902fd3ea72ba.zip |
update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'benchmarks/postmark')
-rw-r--r-- | benchmarks/postmark/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/benchmarks/postmark/Makefile b/benchmarks/postmark/Makefile index fc3de0086d07..311e22b6cbae 100644 --- a/benchmarks/postmark/Makefile +++ b/benchmarks/postmark/Makefile @@ -1,14 +1,13 @@ # ex:ts=8 # Ports collection makefile for: postmark -# Version required: 0.0 # Date created: Sat Sep 18, 1999 # Whom: David O'Brien (obrien@NUXI.com) # # $FreeBSD$ # -DISTNAME= postmark-1_11 -PKGNAME= postmark-1.11 +PORTNAME= postmark +PORTVERSION= 1.11 CATEGORIES= benchmarks MASTER_SITES= http://www.netapp.com/ftp/ \ http://www.taronga.com/~nick/files/ |