diff options
author | Steve Price <steve@FreeBSD.org> | 1999-05-01 02:15:38 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-05-01 02:15:38 +0000 |
commit | fba1f99a8f595b09e51a223dc1c998eb5b80f9f2 (patch) | |
tree | bf05989ba60c5bdd99523d938609bea24ff69e3b /x11-wm/blackbox | |
parent | Update to version 0.750. (diff) |
Notes from submitter:
Add a couple master sites and remove a dead one. While I'm here take out
the CXXFLAGS=... in the makefile and change patch-ae to the proper form it
should have been in the first place.
PR: 11394
Submitted by: Chris Piazza <cpiazza@home.net>
Notes
Notes:
svn path=/head/; revision=18259
Diffstat (limited to 'x11-wm/blackbox')
-rw-r--r-- | x11-wm/blackbox/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/x11-wm/blackbox/Makefile b/x11-wm/blackbox/Makefile index f30d4e7227f2..ac05d9b57b08 100644 --- a/x11-wm/blackbox/Makefile +++ b/x11-wm/blackbox/Makefile @@ -3,13 +3,14 @@ # Date created: June 15, 1998 # Whom: Brian Handy <handy@physics.montana.edu> # -# $Id: Makefile,v 1.18 1999/03/22 08:38:59 jkoshy Exp $ +# $Id: Makefile,v 1.19 1999/03/24 03:36:21 jkoshy Exp $ # DISTNAME= blackbox-0.50.4 CATEGORIES= x11-wm MASTER_SITES= ftp://balance.wiw.org/pub/blackbox/ \ - ftp://ftp.aist.com.ua/pub/unix/window_managers/blackbox/ + ftp://ftp.dti.ad.jp/pub/X/blackbox/ \ + ftp://ftp.max.irk.ru/unix/x/wm/ MAINTAINER= ports@FreeBSD.ORG @@ -17,8 +18,6 @@ USE_X_PREFIX= yes GNU_CONFIGURE= yes USE_BZIP2= yes -CONFIGURE_ENV= CXXFLAGS="${CFLAGS}" - .if !defined(USE_KDE) pre-fetch: @ ${ECHO_MSG} |