diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 19:09:11 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 19:09:11 +0000 |
commit | f9bfad56c5f20f68338e2cd89769300e0d3e42cc (patch) | |
tree | 939b7187cbedd4a8cc92e43d8959ad5eee2b1e23 /sysutils/gkrellm | |
parent | Update with the new PORTNAME/PORTVERSION variables (diff) |
Update with the new PORTNAME/PORTVERSION variable
Notes
Notes:
svn path=/head/; revision=27427
Diffstat (limited to 'sysutils/gkrellm')
-rw-r--r-- | sysutils/gkrellm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/gkrellm/Makefile b/sysutils/gkrellm/Makefile index b5a470e6d8e0..dc542efb453c 100644 --- a/sysutils/gkrellm/Makefile +++ b/sysutils/gkrellm/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: gkrellm -# Version required: 0.9.7 # Date Created: Mar 4 2000 # Whom: Hajimu UMEMOTO <ume@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= gkrellm-0.9.7 +PORTNAME= gkrellm +PORTVERSION= 0.9.7 CATEGORIES= sysutils ipv6 MASTER_SITES= http://web.wt.net/~billw/gkrellm/ \ http://people.FreeBSD.org/~ume/gkrellm/ |