diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-04-10 19:50:46 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-04-10 19:50:46 +0000 |
commit | 31dbc11d66cdb0d2a383aa825d146b2ec9944630 (patch) | |
tree | baa935a83a85791bb1d6fa2871c8f47faad17bbe /x11-wm/openbox | |
parent | ff520dc4b300d168786b2b05077f35fcce8b8cba (diff) | |
download | FreeBSD-ports-31dbc11d66cdb0d2a383aa825d146b2ec9944630.zip FreeBSD-ports-31dbc11d66cdb0d2a383aa825d146b2ec9944630.tar.gz |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'x11-wm/openbox')
-rw-r--r-- | x11-wm/openbox/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/openbox/Makefile b/x11-wm/openbox/Makefile index 6416a64..1c5d2ff 100644 --- a/x11-wm/openbox/Makefile +++ b/x11-wm/openbox/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: Blackbox -# Version required: 0.51.3.1 # Date created: June 15, 1998 # Whom: Brian Handy <handy@physics.montana.edu> # # $FreeBSD$ # -DISTNAME= blackbox-0.51.3.1 +PORTNAME= blackbox +PORTVERSION= 0.51.3.1 CATEGORIES= x11-wm MASTER_SITES= ftp://portal.alug.org/pub/blackbox/0.5x.x/ \ ftp://ftp.dti.ad.jp/pub/X/blackbox/0.5x.x/ |