summaryrefslogtreecommitdiff
path: root/sysutils/usbutil/patches
diff options
context:
space:
mode:
authorgson <gson@pkgsrc.org>2007-09-14 13:31:04 +0000
committergson <gson@pkgsrc.org>2007-09-14 13:31:04 +0000
commitb9cf4def7c2aeb989c39f6eb82e559928af1ff10 (patch)
treefd2261c4fce8e800441e7acdaacb36e2deb8d833 /sysutils/usbutil/patches
parent9f2d549ce32f165405d27eeb863b1dc63a524949 (diff)
downloadpkgsrc-b9cf4def7c2aeb989c39f6eb82e559928af1ff10.tar.gz
Make the install target create $(PREFIX)/sbin if it is missing, as
the case may be when doing a bulk build.
Diffstat (limited to 'sysutils/usbutil/patches')
-rw-r--r--sysutils/usbutil/patches/patch-ae12
1 files changed, 12 insertions, 0 deletions
diff --git a/sysutils/usbutil/patches/patch-ae b/sysutils/usbutil/patches/patch-ae
new file mode 100644
index 00000000000..550bf7a0c9f
--- /dev/null
+++ b/sysutils/usbutil/patches/patch-ae
@@ -0,0 +1,12 @@
+$NetBSD: patch-ae,v 1.1 2007/09/14 13:31:04 gson Exp $
+
+--- Makefile.orig 1999-05-20 00:05:31.000000000 +0300
++++ Makefile
+@@ -19,6 +19,7 @@ usbgen: usbgen.c
+ cc $(CFLAGS) usbgen.c -o usbgen
+
+ install: $(PROGS)
++ install -d $(PREFIX)/sbin
+ install usbctl usbdebug usbstats usbgen $(PREFIX)/sbin
+
+ clean: