diff options
author | cjep <cjep@pkgsrc.org> | 2004-06-11 10:01:35 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2004-06-11 10:01:35 +0000 |
commit | 3e4900559dbd6029cd3257e570f7e2f6d79a53b9 (patch) | |
tree | 11f39fd88919dc7f6c57e8518e5cddbc32e7c67e | |
parent | 60b6034e67480fcbf770b2b6b3a18bf78a6d2d49 (diff) | |
download | pkgsrc-3e4900559dbd6029cd3257e570f7e2f6d79a53b9.tar.gz |
lint
-rw-r--r-- | shells/osh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/osh/Makefile b/shells/osh/Makefile index 56e0d375b24..0a16d000bed 100644 --- a/shells/osh/Makefile +++ b/shells/osh/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.7 2004/04/25 15:49:57 minskim Exp $ +# $NetBSD: Makefile,v 1.8 2004/06/11 10:01:35 cjep Exp $ # FreeBSD Id: ports/shells/osh/Makefile,v 1.3 2002/01/29 11:58:43 knu Exp DISTNAME= osh-040421 CATEGORIES= shells MASTER_SITES= http://jneitzel.sdf1.org/osh/src/ -HOMEPAGE= http://jneitzel.sdf1.org/osh/ MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://jneitzel.sdf1.org/osh/ COMMENT= Implementation of the UNIX 6th Edition shell PKG_INSTALLATION_TYPES= overwrite pkgviews |