diff options
author | steve <steve@FreeBSD.org> | 1999-05-01 10:15:38 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-05-01 10:15:38 +0800 |
commit | 3351b91b9796529d47276d5636004cf1593826be (patch) | |
tree | e8600ea5f3c27bae4b0c9e455fea30fa6b1ee7f4 /x11-wm/openbox | |
parent | 9c7113636495c446765b1f654925416dd5d58119 (diff) | |
download | freebsd-ports-gnome-3351b91b9796529d47276d5636004cf1593826be.tar.gz freebsd-ports-gnome-3351b91b9796529d47276d5636004cf1593826be.tar.zst freebsd-ports-gnome-3351b91b9796529d47276d5636004cf1593826be.zip |
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>
Diffstat (limited to 'x11-wm/openbox')
-rw-r--r-- | x11-wm/openbox/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/x11-wm/openbox/Makefile b/x11-wm/openbox/Makefile index f30d4e7227f2..ac05d9b57b08 100644 --- a/x11-wm/openbox/Makefile +++ b/x11-wm/openbox/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} |