diff options
author | wiz <wiz@pkgsrc.org> | 2010-01-05 11:21:42 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-01-05 11:21:42 +0000 |
commit | 204660cf60e6136c9d932c5349610c1de38e9a97 (patch) | |
tree | 0cd60f1f4a7b4a9218419e346240c8b7ff5eba39 | |
parent | 5d871c1bb7e486cdaf46d39162ab5933a8be430a (diff) | |
download | pkgsrc-204660cf60e6136c9d932c5349610c1de38e9a97.tar.gz |
Fix typo in previous.
Update was ok'd by dillo@
-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 dde056b29fa..2d7e1ffc14f 100644 --- a/shells/osh/Makefile +++ b/shells/osh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2010/01/05 11:21:20 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2010/01/05 11:21:42 wiz Exp $ DISTNAME= osh-20091218 CATEGORIES= shells @@ -7,7 +7,7 @@ MASTER_SITES= http://v6shell.org/src/ MAINTAINER= jan+nbsd@v6shell.org HOMEPAGE= http://v6shell.org/ COMMENT= Port of the Sixth Edition UNIX shell -LICENSE+ original-bsd +LICENSE= original-bsd PKG_DESTDIR_SUPPORT= user-destdir PKG_INSTALLATION_TYPES= overwrite pkgviews |