pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/bmake Fixed a typo (xpg4 instead of xpg).
details: https://anonhg.NetBSD.org/pkgsrc/rev/1a5cc224b776
branches: trunk
changeset: 533552:1a5cc224b776
user: rillig <rillig%pkgsrc.org@localhost>
date: Fri Sep 21 10:16:28 2007 +0000
description:
Fixed a typo (xpg4 instead of xpg).
diffstat:
devel/bmake/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 1c0fe0cff2e9 -r 1a5cc224b776 devel/bmake/Makefile
--- a/devel/bmake/Makefile Fri Sep 21 10:15:40 2007 +0000
+++ b/devel/bmake/Makefile Fri Sep 21 10:16:28 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2007/09/08 21:57:58 jlam Exp $
+# $NetBSD: Makefile,v 1.38 2007/09/21 10:16:28 rillig Exp $
#
DISTNAME= bmake-20051105
@@ -32,7 +32,7 @@
.include "../../mk/bsd.prefs.mk"
-.if ${OPSYS} == "SunOS" && exists(/usr/xpg/bin/sh)
+.if ${OPSYS} == "SunOS" && exists(/usr/xpg4/bin/sh)
BOOTSTRAP_ARGS+= --with-defshell=/usr/xpg4/bin/sh
.endif
Home |
Main Index |
Thread Index |
Old Index