summaryrefslogtreecommitdiff
path: root/shells/osh/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'shells/osh/Makefile')
-rw-r--r--shells/osh/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/shells/osh/Makefile b/shells/osh/Makefile
index fb348ea739d..4edb46fdb44 100644
--- a/shells/osh/Makefile
+++ b/shells/osh/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2006/10/17 12:31:22 obache Exp $
+# $NetBSD: Makefile,v 1.17 2007/03/26 16:43:34 reed Exp $
-DISTNAME= osh-060124
+DISTNAME= osh-20070324
CATEGORIES= shells
MASTER_SITES= http://jneitzel.sdf1.org/osh/src/
@@ -12,6 +12,9 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_SHELL= bin/osh
+BUILD_TARGET= oshall
TEST_TARGET= check
+MAKE_ENV+= MANDIR=${PREFIX}/${PKGMANDIR}/man1
+
.include "../../mk/bsd.pkg.mk"