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/xloadface | |
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/xloadface')
-rw-r--r-- | sysutils/xloadface/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/xloadface/Makefile b/sysutils/xloadface/Makefile index 3b5242de4e80..73851f497f6e 100644 --- a/sysutils/xloadface/Makefile +++ b/sysutils/xloadface/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: xloadface -# Version required: 1.6.1 # Date created: 4 February 1998 # Whom: FURUSAWA,Kazuhisa <kazu@jp.freebsd.org> # # $FreeBSD$ # -DISTNAME= xloadface-1.6.1 +PORTNAME= xloadface +PORTVERSION= 1.6.1 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.waseda.ac.jp/pub/X11others/ |