diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-06-16 22:17:25 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-06-16 22:17:25 +0000 |
commit | 10591c24634e124fd4f1f43ce7af9e57d1b03b02 (patch) | |
tree | 4eb3ce3b9a2723895451e727afade2f835da72ce /shells | |
parent | 43ee560bbea2b6ede395a2525f36556971020bde (diff) | |
download | ports-10591c24634e124fd4f1f43ce7af9e57d1b03b02.tar.gz ports-10591c24634e124fd4f1f43ce7af9e57d1b03b02.zip |
Notes
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 |