diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-04-10 00:44:43 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-04-10 00:44:43 +0000 |
commit | 36d55f18b4b3cf4d9fcc38571d09a272e24f7c2e (patch) | |
tree | 12624689b16c06fd922f02290a475cd34534c473 /x11-fm/xcruise | |
parent | 02cd5b674486b620aef6f01cbf91aea248498f4c (diff) | |
download | FreeBSD-ports-36d55f18b4b3cf4d9fcc38571d09a272e24f7c2e.zip FreeBSD-ports-36d55f18b4b3cf4d9fcc38571d09a272e24f7c2e.tar.gz |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'x11-fm/xcruise')
-rw-r--r-- | x11-fm/xcruise/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-fm/xcruise/Makefile b/x11-fm/xcruise/Makefile index 39de235..6ea0b82 100644 --- a/x11-fm/xcruise/Makefile +++ b/x11-fm/xcruise/Makefile @@ -1,5 +1,4 @@ # New ports collection makefile for: xcruise -# Version required: 0.24 # Date created: 22 December 1999 # Whom: minoura@netbsd.org # @@ -7,7 +6,8 @@ # $FreeBSD$ # -DISTNAME= xcruise-0.24 +PORTNAME= xcruise +PORTVERSION= 0.24 CATEGORIES= x11-fm MASTER_SITES= http://tanaka-www.cs.titech.ac.jp/%7Eeuske/prog/ |