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/xengine/Makefile | |
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 '')
-rw-r--r-- | benchmarks/xengine/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/xengine/Makefile b/benchmarks/xengine/Makefile index ac814c0b72c4..77d8d62e8941 100644 --- a/benchmarks/xengine/Makefile +++ b/benchmarks/xengine/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: xengine -# Version required: pl1 # Date created: 17 January 1997 # Whom: FURUSAWA,Kazuhisa <furusawa@com.cs.osakafu-u.ac.jp> # # $FreeBSD$ # -DISTNAME= xengine-1.0.1 +PORTNAME= xengine +PORTVERSION= 1.0.1 CATEGORIES= benchmarks MASTER_SITES= ftp://ftp.lab.kdd.co.jp/Usenet/comp.sources.x/volume09/xengine/ DISTFILES= part01.z patch1.z |