diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2005-12-02 02:05:39 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2005-12-02 02:05:39 +0000 |
commit | 7359600566e515347639788be8aca65d8baa8776 (patch) | |
tree | 6c33e6a396a65bcd198f8da4df42cb08a45b84c3 /shells | |
parent | 853c796ea5f11d7b17d30840766abd2a20cd0984 (diff) | |
download | ports-7359600566e515347639788be8aca65d8baa8776.tar.gz ports-7359600566e515347639788be8aca65d8baa8776.zip |
Notes
Diffstat (limited to 'shells')
-rw-r--r-- | shells/v7sh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/v7sh/Makefile b/shells/v7sh/Makefile index 74aa1647a7f9..89ae4bdf4d3f 100644 --- a/shells/v7sh/Makefile +++ b/shells/v7sh/Makefile @@ -20,7 +20,7 @@ DISTFILES= args.c:s blok.c:s brkincr.h:s builtin.c:s cmd.c:s \ timeout.h:s word.c:s xec.c:s sh.1:m DIST_SUBDIR= ${PORTNAME} -MAINTAINER= Cyrille.Lefevre@laposte.net +MAINTAINER= ports@FreeBSD.org COMMENT= An implementation of the UNIX 7th Edition shell EXTRACT_CMD= ${CP} |