diff options
author | erich <erich@FreeBSD.org> | 1995-10-29 04:35:56 +0800 |
---|---|---|
committer | erich <erich@FreeBSD.org> | 1995-10-29 04:35:56 +0800 |
commit | aef77dae43e60ec77ba7ec150134c0779cc990d2 (patch) | |
tree | bb80bdff89931ba94543a41b97623b563e7657da /shells | |
parent | b0b58df8ee0680303138d0f2590ebe88bbbaaf64 (diff) | |
download | freebsd-ports-gnome-aef77dae43e60ec77ba7ec150134c0779cc990d2.tar.gz freebsd-ports-gnome-aef77dae43e60ec77ba7ec150134c0779cc990d2.tar.zst freebsd-ports-gnome-aef77dae43e60ec77ba7ec150134c0779cc990d2.zip |
added myself as MAINTAINER
Diffstat (limited to 'shells')
-rw-r--r-- | shells/es/Makefile | 4 | ||||
-rw-r--r-- | shells/rc/Makefile | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/shells/es/Makefile b/shells/es/Makefile index 3dceedad1109..d084e9242ac4 100644 --- a/shells/es/Makefile +++ b/shells/es/Makefile @@ -3,7 +3,7 @@ # Date created: Sun Aug 13 12:36:14 CDT 1995 # Whom: erich@rrnet.com # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1995/08/14 04:07:59 asami Exp $ # DISTNAME= es-0.9-alpha1 @@ -11,4 +11,6 @@ PKGNAME= es-0.9a1 CATEGORIES+= plan9 MASTER_SITES= ftp://ftp.sys.toronto.edu/pub/es/ +MAINTAINER= erich@FreeBSD.org + .include <bsd.port.mk> diff --git a/shells/rc/Makefile b/shells/rc/Makefile index 194310cd8fa1..cba4fc72a090 100644 --- a/shells/rc/Makefile +++ b/shells/rc/Makefile @@ -3,13 +3,16 @@ # Date created: Sun Aug 13 12:36:14 CDT 1995 # Whom: erich@rrnet.com # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1995/08/14 04:08:01 asami Exp $ # DISTNAME= rc-1.5betadev-1 PKGNAME= rc-1.5b1 CATEGORIES+= plan9 MASTER_SITES= ftp://ftp.sys.toronto.edu/pub/rc/ + +MAINTAINER= erich@FreeBSD.org + NO_WRKSUBDIR= yes .include <bsd.port.mk> |