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/polygraph/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/polygraph/Makefile')
-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 |