diff options
author | tron <tron> | 2001-10-12 21:20:37 +0000 |
---|---|---|
committer | tron <tron> | 2001-10-12 21:20:37 +0000 |
commit | 3ee719517863b33151616d9177f3a7f8958cfa7a (patch) | |
tree | 25fecdf6180dafdd3ff904d206cd748406420663 /sysutils/sh-utils/patches/patch-ab | |
parent | 6e1bd1c7aae1353c3b402635e1a9a00e0878010b (diff) | |
download | pkgsrc-3ee719517863b33151616d9177f3a7f8958cfa7a.tar.gz |
Don't build and install the GNU "uname" to avoid conflicts with the
"gnome-utils" package if "xpkgwedge" is used.
Diffstat (limited to 'sysutils/sh-utils/patches/patch-ab')
-rw-r--r-- | sysutils/sh-utils/patches/patch-ab | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sysutils/sh-utils/patches/patch-ab b/sysutils/sh-utils/patches/patch-ab new file mode 100644 index 00000000000..7d8c7ff8c39 --- /dev/null +++ b/sysutils/sh-utils/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1 2001/10/12 21:20:37 tron Exp $ + +--- man/Makefile.in.orig Sat Aug 14 17:42:39 1999 ++++ man/Makefile.in Fri Oct 12 23:16:21 2001 +@@ -109,7 +109,7 @@ + expr.1 false.1 groups.1 hostname.1 id.1 logname.1 pathchk.1 \ + pinky.1 printenv.1 printf.1 pwd.1 sleep.1 tee.1 test.1 true.1 tty.1 \ + users.1 who.1 whoami.1 yes.1 \ +-hostid.1 nice.1 nohup.1 su.1 stty.1 uname.1 ++hostid.1 nice.1 nohup.1 su.1 stty.1 + + man_aux = $(man_MANS:.1=.x) + |