diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1997-10-10 06:53:48 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1997-10-10 06:53:48 +0000 |
commit | fd6c0ef516083525413ca5f65d35bd5543514d1d (patch) | |
tree | b1d3b9ae147a899df164d848ca8a24fb81052e45 /emulators/spim | |
parent | c590b216159fc3a2168b3cc65bc4ecdbf83890e5 (diff) | |
download | ports-fd6c0ef516083525413ca5f65d35bd5543514d1d.tar.gz ports-fd6c0ef516083525413ca5f65d35bd5543514d1d.zip |
Change my email address to @FreeBSD
Notes
Notes:
svn path=/head/; revision=8194
Diffstat (limited to 'emulators/spim')
-rw-r--r-- | emulators/spim/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/spim/Makefile b/emulators/spim/Makefile index 3ace005a450e..982ae86c7e0d 100644 --- a/emulators/spim/Makefile +++ b/emulators/spim/Makefile @@ -4,7 +4,7 @@ # Date created: Mon Oct 28, 1996 # Whom: David O'Brien (obrien@cs.ucdavis.edu) # -# $Id: Makefile,v 1.3 1997/02/15 22:35:16 obrien Exp $ +# $Id: Makefile,v 1.4 1997/08/25 06:18:14 obrien Exp $ # DISTNAME= spim5.9 @@ -12,7 +12,7 @@ PKGNAME= spim-5.9 CATEGORIES= emulators MASTER_SITES= ftp://ftp.cs.wisc.edu/pub/spim/Old_Versions/ -MAINTAINER= obrien@cs.ucdavis.edu +MAINTAINER= obrien@FreeBSD.org PREFIX?= ${LOCALBASE} NO_WRKSUBDIR= yes |