summaryrefslogtreecommitdiff
path: root/sysutils/usbutil
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
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')
-rw-r--r--sysutils/usbutil/distinfo3
-rw-r--r--sysutils/usbutil/patches/patch-ae12
2 files changed, 14 insertions, 1 deletions
diff --git a/sysutils/usbutil/distinfo b/sysutils/usbutil/distinfo
index 08cdf1a1165..dc87c5b7f95 100644
--- a/sysutils/usbutil/distinfo
+++ b/sysutils/usbutil/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.8 2007/02/26 11:54:57 drochner Exp $
+$NetBSD: distinfo,v 1.9 2007/09/14 13:31:04 gson Exp $
SHA1 (usbutil-0.5.tar.gz) = 4c9abc6f370ab561bd2748b1792802d1e959c599
RMD160 (usbutil-0.5.tar.gz) = 48c6bedeed8daf50a760feedef3575db021066f8
@@ -7,3 +7,4 @@ SHA1 (patch-aa) = 8db548f99befd76839b8b31caa2de0861c6d708b
SHA1 (patch-ab) = af20c5d609c5fccfb0f8672d00daeda195a3b4a0
SHA1 (patch-ac) = 0c1c7e67c84c1a6db1ad0144803977bee7c61ceb
SHA1 (patch-ad) = bf7ba74ab56b2ae8560c3da73cbd53134a2bf2b8
+SHA1 (patch-ae) = 9d426f01a2e1bab9acd3cbd0352e9cfc6dec3791
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: