diff options
author | Eric L. Hernes <erich@FreeBSD.org> | 1995-10-28 20:35:56 +0000 |
---|---|---|
committer | Eric L. Hernes <erich@FreeBSD.org> | 1995-10-28 20:35:56 +0000 |
commit | 92ce3d9a4325d74385d8fa95ade26dcdae02bd41 (patch) | |
tree | 56ebd6b10e3be22945b88f1b0d6c3e97423048ce /shells/rc | |
parent | c3cf47576229d0d82ba18a5d1fd2499b21472a45 (diff) | |
download | ports-92ce3d9a4325d74385d8fa95ade26dcdae02bd41.tar.gz ports-92ce3d9a4325d74385d8fa95ade26dcdae02bd41.zip |
Notes
Diffstat (limited to 'shells/rc')
-rw-r--r-- | shells/rc/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
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> |