summaryrefslogtreecommitdiff
path: root/x11-wm/openbox/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/openbox/Makefile')
-rw-r--r--x11-wm/openbox/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/x11-wm/openbox/Makefile b/x11-wm/openbox/Makefile
index ac05d9b57b08..e394fbf4fa5f 100644
--- a/x11-wm/openbox/Makefile
+++ b/x11-wm/openbox/Makefile
@@ -1,18 +1,18 @@
# New ports collection makefile for: Blackbox
-# Version required: 0.50.4
+# Version required: 0.50.5
# Date created: June 15, 1998
# Whom: Brian Handy <handy@physics.montana.edu>
#
-# $Id: Makefile,v 1.19 1999/03/24 03:36:21 jkoshy Exp $
+# $Id: Makefile,v 1.20 1999/05/01 02:15:38 steve Exp $
#
-DISTNAME= blackbox-0.50.4
+DISTNAME= blackbox-0.50.5
CATEGORIES= x11-wm
MASTER_SITES= ftp://balance.wiw.org/pub/blackbox/ \
ftp://ftp.dti.ad.jp/pub/X/blackbox/ \
ftp://ftp.max.irk.ru/unix/x/wm/
-MAINTAINER= ports@FreeBSD.ORG
+MAINTAINER= cpiazza@home.net
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
@@ -32,4 +32,7 @@ pre-fetch:
CONFIGURE_ARGS= --enable-kde
.endif
+post-extract:
+ @ ${RM} ${WRKSRC}/config.cache
+
.include <bsd.port.mk>