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/ude/Makefile | |
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/ude/Makefile')
-rw-r--r-- | x11-wm/ude/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-wm/ude/Makefile b/x11-wm/ude/Makefile index 79ab91e41d48..4c6433a8cb7c 100644 --- a/x11-wm/ude/Makefile +++ b/x11-wm/ude/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: ude -# Version required: 0.2.7.1 # Date created: 06 Mar 2000 # Whom: Will Andrews <andrews@technologist.com> # # $FreeBSD$ # -DISTNAME= ude-0.2.7-BETA -PKGNAME= ude-0.2.7.1 +PORTNAME= ude +PORTVERSION= 0.2.7.1 CATEGORIES= x11-wm MASTER_SITES= ftp://download.sourceforge.net/pub/sourceforge/udeproject/ \ ftp://ude.the-coffeeshop.dk/pub/UDE/ +DISTNAME= ${PORTNAME}-0.2.7-BETA MAINTAINER= will@FreeBSD.org |