diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-08-20 14:00:15 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-08-20 14:00:15 +0800 |
commit | 3dddc9cd95285025e2b72c53cf3305000d58aa7b (patch) | |
tree | 52e205027d0cae755a93a7a73db0e69eb0bba488 /x11-wm/blackbox/Makefile | |
parent | 8464b63f359e6e1351b7a58f845aaca092ed4a67 (diff) | |
download | freebsd-ports-graphics-3dddc9cd95285025e2b72c53cf3305000d58aa7b.tar.gz freebsd-ports-graphics-3dddc9cd95285025e2b72c53cf3305000d58aa7b.tar.zst freebsd-ports-graphics-3dddc9cd95285025e2b72c53cf3305000d58aa7b.zip |
Update to blackbox 0.51.0. This is the first release offically
not labelled beta and is considered stable.
Diffstat (limited to 'x11-wm/blackbox/Makefile')
-rw-r--r-- | x11-wm/blackbox/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/x11-wm/blackbox/Makefile b/x11-wm/blackbox/Makefile index 98a3e9f661f..9d152fc5e24 100644 --- a/x11-wm/blackbox/Makefile +++ b/x11-wm/blackbox/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: Blackbox -# Version required: 0.50.5 +# Version required: 0.51.0 # Date created: June 15, 1998 # Whom: Brian Handy <handy@physics.montana.edu> # -# $Id: Makefile,v 1.23 1999/06/20 00:50:01 cpiazza Exp $ +# $Id: Makefile,v 1.24 1999/07/15 01:03:11 cpiazza Exp $ # -DISTNAME= blackbox-0.50.5 +DISTNAME= blackbox-0.51.0 CATEGORIES= x11-wm MASTER_SITES= ftp://balance.wiw.org/pub/blackbox/ \ ftp://ftp.digex.net/pub/X11/window-managers/blackbox/ \ @@ -32,7 +32,4 @@ pre-configure: CONFIGURE_ARGS= --enable-kde .endif -post-extract: - @ ${RM} ${WRKSRC}/config.cache - .include <bsd.port.mk> |