diff options
author | gson <gson@pkgsrc.org> | 2007-09-14 13:31:04 +0000 |
---|---|---|
committer | gson <gson@pkgsrc.org> | 2007-09-14 13:31:04 +0000 |
commit | b9cf4def7c2aeb989c39f6eb82e559928af1ff10 (patch) | |
tree | fd2261c4fce8e800441e7acdaacb36e2deb8d833 /sysutils/usbutil/patches | |
parent | 9f2d549ce32f165405d27eeb863b1dc63a524949 (diff) | |
download | pkgsrc-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-ae | 12 |
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: |