diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-06-19 08:26:18 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-06-19 08:26:18 +0000 |
commit | bbed9774f919f0f19b7690579fe38620b8ce4bdb (patch) | |
tree | 69487d2b3988dfcb683f0bd83bb0df1605ef0596 /x11/wterm | |
parent | 1b30723c7c713b176412d5ab5e43dafab37b917b (diff) | |
download | ports-bbed9774f919f0f19b7690579fe38620b8ce4bdb.tar.gz ports-bbed9774f919f0f19b7690579fe38620b8ce4bdb.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).
Notes
Notes:
svn path=/head/; revision=19556
Diffstat (limited to 'x11/wterm')
-rw-r--r-- | x11/wterm/Makefile | 6 | ||||
-rw-r--r-- | x11/wterm/pkg-descr | 4 |
2 files changed, 3 insertions, 7 deletions
diff --git a/x11/wterm/Makefile b/x11/wterm/Makefile index b1247c44bb92..37ab694d9a57 100644 --- a/x11/wterm/Makefile +++ b/x11/wterm/Makefile @@ -1,9 +1,9 @@ # New ports collection makefile for: wterm # Version required: 6.2.6 # Date created: 25 February 1999 -# Whom: Chris Piazza <cpiazza@home.net> +# Whom: Chris Piazza <cpiazza@FreeBSD.org> # -# $Id: Makefile,v 1.2 1999/04/14 04:49:46 mharo Exp $ +# $Id: Makefile,v 1.3 1999/06/18 02:55:28 mharo Exp $ # DISTNAME= wterm-6.2.6 @@ -11,7 +11,7 @@ CATEGORIES= x11 MASTER_SITES= ftp://beer.dct.com/pub/Applications/ \ http://wm.current.nu/files/ -MAINTAINER= cpiazza@home.net +MAINTAINER= cpiazza@FreeBSD.org BUILD_DEPENDS= ${X11BASE}/lib/libWINGs.a:${PORTSDIR}/x11-wm/windowmaker LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm diff --git a/x11/wterm/pkg-descr b/x11/wterm/pkg-descr index 2f6611838a36..ef5e7d36211e 100644 --- a/x11/wterm/pkg-descr +++ b/x11/wterm/pkg-descr @@ -5,7 +5,3 @@ its changed merged back into the parent rxvt rather than forking off yet another seperate terminal emulator. WWW: http://wm.current.nu/files.html#wterm -Author: Anonymous Coder - --Chris Piazza -cpiazza@home.net |