diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-04-11 03:50:46 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-04-11 03:50:46 +0800 |
commit | 31dbc11d66cdb0d2a383aa825d146b2ec9944630 (patch) | |
tree | baa935a83a85791bb1d6fa2871c8f47faad17bbe /x11-wm/vtwm | |
parent | ff520dc4b300d168786b2b05077f35fcce8b8cba (diff) | |
download | freebsd-ports-gnome-31dbc11d66cdb0d2a383aa825d146b2ec9944630.tar.gz freebsd-ports-gnome-31dbc11d66cdb0d2a383aa825d146b2ec9944630.tar.zst freebsd-ports-gnome-31dbc11d66cdb0d2a383aa825d146b2ec9944630.zip |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'x11-wm/vtwm')
-rw-r--r-- | x11-wm/vtwm/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-wm/vtwm/Makefile b/x11-wm/vtwm/Makefile index 8111771ecf1f..259f2e8f067d 100644 --- a/x11-wm/vtwm/Makefile +++ b/x11-wm/vtwm/Makefile @@ -1,12 +1,12 @@ -# New ports collection makefile for: tvtwm -# Version required: 5.4.5a +# New ports collection makefile for: vtwm # Date created: 21 December 1998 # Whom: bmah@ca.sandia.gov # # $FreeBSD$ # -DISTNAME= vtwm-5.4.5a +PORTNAME= vtwm +PORTVERSION= 5.4.5a CATEGORIES= x11-wm MASTER_SITES= ftp://ftp.visi.com/users/hawkeyd/X/ |