From 007c7f0c9d4eaad89449342ee90e4b102925caec Mon Sep 17 00:00:00 2001 From: mharo Date: Sat, 8 Apr 2000 22:04:57 +0000 Subject: update with the new PORTNAME/PORTVERSION variables --- benchmarks/polygraph/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'benchmarks/polygraph/Makefile') 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 # # $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 -- cgit