diff options
author | trasz <trasz@FreeBSD.org> | 2007-07-12 06:06:16 +0800 |
---|---|---|
committer | trasz <trasz@FreeBSD.org> | 2007-07-12 06:06:16 +0800 |
commit | d2f322244969c311f53c5dfec941dda68d928183 (patch) | |
tree | 75bf34e259b30c940b9589ee6308bc770e1aea3f /emulators/lisaem | |
parent | 242299e276ebafc89f9ed33f977a905a2f1f6836 (diff) | |
download | freebsd-ports-gnome-d2f322244969c311f53c5dfec941dda68d928183.tar.gz freebsd-ports-gnome-d2f322244969c311f53c5dfec941dda68d928183.tar.zst freebsd-ports-gnome-d2f322244969c311f53c5dfec941dda68d928183.zip |
- Use proper capitalization in my email address.
Approved by: miwi (mentor)
Suggested by: sat
Diffstat (limited to 'emulators/lisaem')
-rw-r--r-- | emulators/lisaem/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/lisaem/Makefile b/emulators/lisaem/Makefile index 8be1d13b8fa4..1265e845a583 100644 --- a/emulators/lisaem/Makefile +++ b/emulators/lisaem/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: lisaem # Date created: 2007-07-04 -# Whom: Edward Tomasz Napierala <trasz@freebsd.org> +# Whom: Edward Tomasz Napierala <trasz@FreeBSD.org> # # $FreeBSD$ # @@ -10,7 +10,7 @@ DISTVERSION= 1.0.0 CATEGORIES= emulators MASTER_SITES= http://lisaem.sunder.net/20070707/ -MAINTAINER= trasz@freebsd.org +MAINTAINER= trasz@FreeBSD.org COMMENT= Apple Lisa emulator BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \ |