diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-05-29 09:37:52 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-05-29 09:37:52 +0000 |
commit | f5bbb5c7b5d7789ae52dc45b9e8be50814c7d3a4 (patch) | |
tree | 1c9be6d19f0ae0d24210afff3fc9a7ec80047a2e /x11-wm/hackedbox/Makefile | |
parent | 7a83f8422bd4c899e5f513498554bcb520e62912 (diff) | |
download | ports-f5bbb5c7b5d7789ae52dc45b9e8be50814c7d3a4.tar.gz ports-f5bbb5c7b5d7789ae52dc45b9e8be50814c7d3a4.zip |
Notes
Diffstat (limited to 'x11-wm/hackedbox/Makefile')
-rw-r--r-- | x11-wm/hackedbox/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/x11-wm/hackedbox/Makefile b/x11-wm/hackedbox/Makefile index ac05d9b57b08..e394fbf4fa5f 100644 --- a/x11-wm/hackedbox/Makefile +++ b/x11-wm/hackedbox/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> |