diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-06-19 16:26:18 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-06-19 16:26:18 +0800 |
commit | 9f0966904693a035e2a418cbed90d94f93462baa (patch) | |
tree | cd654f8ec837201669231d015c0e28664fc1ae2a /x11-wm/openbox | |
parent | 822b8cc13cd996376e6a1080b811056dac93ae9a (diff) | |
download | freebsd-ports-gnome-9f0966904693a035e2a418cbed90d94f93462baa.tar.gz freebsd-ports-gnome-9f0966904693a035e2a418cbed90d94f93462baa.tar.zst freebsd-ports-gnome-9f0966904693a035e2a418cbed90d94f93462baa.zip |
Change my email address to FreeBSD.org.
Also some minor nits (extra fluff in all of my ports' DESCR files,
USE_XLIB defined when USE_X_PREFIX is also defined, etc).
Diffstat (limited to 'x11-wm/openbox')
-rw-r--r-- | x11-wm/openbox/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/openbox/Makefile b/x11-wm/openbox/Makefile index e394fbf4fa5f..e65c46081fbd 100644 --- a/x11-wm/openbox/Makefile +++ b/x11-wm/openbox/Makefile @@ -3,7 +3,7 @@ # Date created: June 15, 1998 # Whom: Brian Handy <handy@physics.montana.edu> # -# $Id: Makefile,v 1.20 1999/05/01 02:15:38 steve Exp $ +# $Id: Makefile,v 1.21 1999/05/29 09:37:37 mharo Exp $ # DISTNAME= blackbox-0.50.5 @@ -12,7 +12,7 @@ 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= cpiazza@home.net +MAINTAINER= cpiazza@FreeBSD.org USE_X_PREFIX= yes GNU_CONFIGURE= yes |