Subject: Re: pkg/36080
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Jeremy C. Reed <reed@reedmedia.net>
List: pkgsrc-bugs
Date: 03/26/2007 16:50:02
The following reply was made to PR pkg/36080; it has been noted by GNATS.
From: "Jeremy C. Reed" <reed@reedmedia.net>
To: jneitzel@sdf.lonestar.org
Cc: gnats-bugs@netbsd.org
Subject: Re: pkg/36080
Date: Mon, 26 Mar 2007 11:46:01 -0500 (CDT)
I updated the osh package in pkgsrc. Thanks. (I am new to osh and exit
didn't appear to do anything -- no error and no close of shell...)
Will you please commit the following patch for your next release?
--- 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
Jeremy C. Reed