diff options
author | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2007-07-11 22:06:16 +0000 |
---|---|---|
committer | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2007-07-11 22:06:16 +0000 |
commit | 627cb575f786ece9b2f2d3cc0e386c680218b397 (patch) | |
tree | fbae85baed29d0ddffec4d6f8d0d4d2c0a45ca92 /emulators/lisaem | |
parent | 8178aa6565880ad71a3df583f3df41afb3da292d (diff) | |
download | ports-627cb575f786ece9b2f2d3cc0e386c680218b397.tar.gz ports-627cb575f786ece9b2f2d3cc0e386c680218b397.zip |
Notes
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 \ |