diff options
author | miwi <miwi@FreeBSD.org> | 2006-06-17 06:17:25 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-06-17 06:17:25 +0800 |
commit | 164d72c69dc88bf1e03708898c9d0745afa680c3 (patch) | |
tree | e5dfe0b9df4944f61e90236abb39ab1b3da37689 /shells | |
parent | 9ddf9e279865b1bc8addbd67c53634acdbf57738 (diff) | |
download | freebsd-ports-gnome-164d72c69dc88bf1e03708898c9d0745afa680c3.tar.gz freebsd-ports-gnome-164d72c69dc88bf1e03708898c9d0745afa680c3.tar.zst freebsd-ports-gnome-164d72c69dc88bf1e03708898c9d0745afa680c3.zip |
Obey conventions and change my mail to @FreeBSD.org address
Approved by: krion (mentor)
Diffstat (limited to 'shells')
-rw-r--r-- | shells/osh/Makefile | 2 | ||||
-rw-r--r-- | shells/vshnu/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/shells/osh/Makefile b/shells/osh/Makefile index e904aeb6af62..f79daa1123c1 100644 --- a/shells/osh/Makefile +++ b/shells/osh/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 060124 CATEGORIES= shells MASTER_SITES= http://jneitzel.sdf1.org/osh/src/ -MAINTAINER= freebsd@unixfreunde.de +MAINTAINER= miwi@FreeBSD.org COMMENT= An implementation of the UNIX 6th Edition shell MAN1= fd2.1 goto.1 if.1 osh.1 diff --git a/shells/vshnu/Makefile b/shells/vshnu/Makefile index 49905660ba30..637a5b8cddfe 100644 --- a/shells/vshnu/Makefile +++ b/shells/vshnu/Makefile @@ -11,7 +11,7 @@ PORTVERSION= 1.0211 CATEGORIES= shells perl5 MASTER_SITES= http://www.cs.indiana.edu/~kinzler/vshnu/ -MAINTAINER= freebsd@unixfreunde.de +MAINTAINER= miwi@FreeBSD.org COMMENT= New Visual Shell BUILD_DEPENDS= ${SITE_PERL}/Term/Screen.pm:${PORTSDIR}/devel/p5-Term-Screen |