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/polygraph | |
parent | bcd8ffd9d02ae8abfa24cfffffc4c496a55b29e2 (diff) | |
download | ports-a0cb9ec98b59ded6aa7cb0b3f453902fd3ea72ba.tar.gz ports-a0cb9ec98b59ded6aa7cb0b3f453902fd3ea72ba.zip |
update with the new PORTNAME/PORTVERSION variables
Notes
Notes:
svn path=/head/; revision=27416
Diffstat (limited to 'benchmarks/polygraph')
-rw-r--r-- | benchmarks/polygraph/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/benchmarks/polygraph/Makefile b/benchmarks/polygraph/Makefile index 5ef901f32ee1..6b9c9cfa3fe5 100644 --- a/benchmarks/polygraph/Makefile +++ b/benchmarks/polygraph/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: polygraph -# Version required: 2.2.7 # Date created: 3 March 1999 # Whom: Dima Sivachenko <dima@chg.ru> # # $FreeBSD$ # -DISTNAME= polygraph-2.2.7-src -PKGNAME= polygraph-2.2.7 +PORTNAME= polygraph +PORTVERSION= 2.2.7 CATEGORIES= benchmarks www MASTER_SITES= http://polygraph.ircache.net/sources/tars/ \ http://www.chg.ru/~dima/ +DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= dima@Chg.RU |