diff options
author | wiz <wiz> | 2010-01-05 11:21:42 +0000 |
---|---|---|
committer | wiz <wiz> | 2010-01-05 11:21:42 +0000 |
commit | 8ced73546e761dbc3d40b4d9a275ab1c11c7d00b (patch) | |
tree | 0cd60f1f4a7b4a9218419e346240c8b7ff5eba39 | |
parent | f63f92e4e8a904984536486e88e0b25d1a861c30 (diff) | |
download | pkgsrc-8ced73546e761dbc3d40b4d9a275ab1c11c7d00b.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 |