diff options
Diffstat (limited to 'shells')
-rw-r--r-- | shells/osh/Makefile | 7 | ||||
-rw-r--r-- | shells/osh/distinfo | 9 | ||||
-rw-r--r-- | shells/osh/patches/patch-aa | 13 |
3 files changed, 23 insertions, 6 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" diff --git a/shells/osh/distinfo b/shells/osh/distinfo index b4ad669b603..79c68544b59 100644 --- a/shells/osh/distinfo +++ b/shells/osh/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.8 2006/10/17 12:31:22 obache Exp $ +$NetBSD: distinfo,v 1.9 2007/03/26 16:43:34 reed Exp $ -SHA1 (osh-060124.tar.gz) = 91f837b78bf6eeaddc967988c9c6fa6f52b7de78 -RMD160 (osh-060124.tar.gz) = 846f9520847f770371846cd58210e3ee31b938e5 -Size (osh-060124.tar.gz) = 88434 bytes +SHA1 (osh-20070324.tar.gz) = acd0747578430bd259949b270308ceb5e13a4b2a +RMD160 (osh-20070324.tar.gz) = fc120073598cccd3bdfbbe2bed88d0a8329fef80 +Size (osh-20070324.tar.gz) = 77522 bytes +SHA1 (patch-aa) = 38db4c0e207a0f2cf175b77d3339cd17a4db6362 diff --git a/shells/osh/patches/patch-aa b/shells/osh/patches/patch-aa new file mode 100644 index 00000000000..05d2fcb3852 --- /dev/null +++ b/shells/osh/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.4 2007/03/26 16:43:34 reed Exp $ + +--- Makefile.orig 2007-03-26 11:36:27.000000000 -0500 ++++ Makefile 2007-03-26 11:36:43.000000000 -0500 +@@ -42,7 +42,7 @@ + # + PREFIX?= /usr/local + BINDIR?= $(PREFIX)/bin +-MANDIR= $(PREFIX)/man/man1 ++MANDIR?= $(PREFIX)/man/man1 + SYSCONFDIR?= /etc + #BINGRP= -g bin + BINMODE= -m 0555 |