diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-01-28 08:11:23 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-01-28 08:11:23 +0000 |
commit | 581e3b306f6b66f58de86b686af65595dc9e307f (patch) | |
tree | 8f3fd492e84dd9effc8e54fcb58441b05ff3e8f6 /astro | |
parent | a9cdad4f7ad65741fbd68025eaaf8afa6a919467 (diff) | |
download | ports-581e3b306f6b66f58de86b686af65595dc9e307f.tar.gz ports-581e3b306f6b66f58de86b686af65595dc9e307f.zip |
Change Brent J. Nordquist's e-mail address.
Submitted by: "Brent J. Nordquist" <bjn@visi.com>
Notes
Notes:
svn path=/head/; revision=5455
Diffstat (limited to 'astro')
-rw-r--r-- | astro/sattrack/Makefile | 6 | ||||
-rw-r--r-- | astro/sattrack/pkg-descr | 2 | ||||
-rw-r--r-- | astro/sattrack/scripts/post-patch | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/astro/sattrack/Makefile b/astro/sattrack/Makefile index a0ce61af2354..4f3f3cb9fe42 100644 --- a/astro/sattrack/Makefile +++ b/astro/sattrack/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: sattrack # Version required: 3.1.4 # Date created: 6 Apr 1996 -# Whom: Brent J. Nordquist <nordquist@platinum.com> +# Whom: Brent J. Nordquist <bjn@visi.com> # -# $Id: Makefile,v 1.4 1996/11/15 22:34:53 obrien Exp $ +# $Id: Makefile,v 1.5 1996/12/07 09:28:41 max Exp $ # DISTNAME= sattrack-3.1.4 CATEGORIES= astro MASTER_SITES= http://ssl.berkeley.edu/isi_www/ -MAINTAINER= nordquist@platinum.com +MAINTAINER= bjn@visi.com NO_CDROM= "No bundling with commercial product without author's concent" diff --git a/astro/sattrack/pkg-descr b/astro/sattrack/pkg-descr index 66ea1f5f58b5..f21e136e0b96 100644 --- a/astro/sattrack/pkg-descr +++ b/astro/sattrack/pkg-descr @@ -11,5 +11,5 @@ mode. In the latter case all necessary parameters are specified on the command line. Port to FreeBSD 2.1 by -Brent J. Nordquist (nordquist@platinum.com) +Brent J. Nordquist <bjn@visi.com> Sat Apr 6 22:29:02 1996 diff --git a/astro/sattrack/scripts/post-patch b/astro/sattrack/scripts/post-patch index 5f3f68f10fc9..d0ce89147e2e 100644 --- a/astro/sattrack/scripts/post-patch +++ b/astro/sattrack/scripts/post-patch @@ -3,7 +3,7 @@ # post-patch for sattrack-3.1.4 # modify bin scripts to point to correct install dir # -# script by Brent Nordquist (nordquist@platinum.com) +# script by Brent J. Nordquist <bjn@visi.com> # Sun Apr 7 00:08:56 1996 # if [ -z "$WRKDIR" ]; then |