diff options
Diffstat (limited to 'shells/osh/Makefile')
-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 4c8e74f05a7..34bcbb2341b 100644 --- a/shells/osh/Makefile +++ b/shells/osh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2005/04/11 21:47:21 tv Exp $ +# $NetBSD: Makefile,v 1.12 2005/07/29 18:32:17 jlam Exp $ DISTNAME= osh-050131 CATEGORIES= shells @@ -11,7 +11,7 @@ COMMENT= Implementation of the UNIX 6th Edition shell PKG_INSTALLATION_TYPES= overwrite pkgviews USE_PKGINSTALL= yes -PKG_SHELL= ${PREFIX}/bin/osh +PKG_SHELL= bin/osh TEST_TARGET= check |