diff options
author | bjs <bjs@pkgsrc.org> | 2008-12-07 12:32:27 +0000 |
---|---|---|
committer | bjs <bjs@pkgsrc.org> | 2008-12-07 12:32:27 +0000 |
commit | 22dc55c0a9cd8ff662f21235dd7d9c4a1c431c13 (patch) | |
tree | d7e62a333c655738cdc077fbfcf3b0fae7a0dcde /sysutils/usbutil/patches | |
parent | 1a20bbe713cea31857138726b2946ec9c21b912a (diff) | |
download | pkgsrc-22dc55c0a9cd8ff662f21235dd7d9c4a1c431c13.tar.gz |
Back out new-style BSD makefile, as older NetBSD mk files do not
support PROGS. Ensure that we install the usbgen(8) manual page,
though. No PKGREVISION bump as no change in installed files from
previous revision.
Diffstat (limited to 'sysutils/usbutil/patches')
-rw-r--r-- | sysutils/usbutil/patches/patch-ae | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sysutils/usbutil/patches/patch-ae b/sysutils/usbutil/patches/patch-ae new file mode 100644 index 00000000000..6040f66b582 --- /dev/null +++ b/sysutils/usbutil/patches/patch-ae @@ -0,0 +1,14 @@ +$NetBSD: patch-ae,v 1.4 2008/12/07 12:32:27 bjs Exp $ + +--- Makefile.orig 1999-05-19 17:05:31.000000000 -0400 ++++ Makefile +@@ -19,7 +19,8 @@ usbgen: usbgen.c + cc $(CFLAGS) usbgen.c -o usbgen + + install: $(PROGS) +- install usbctl usbdebug usbstats usbgen $(PREFIX)/sbin ++ ${BSD_INSTALL_PROGRAM_DIR} ${DESTDIR}${PREFIX}/sbin ++ install usbctl usbdebug usbstats usbgen ${DESTDIR}$(PREFIX)/sbin + + clean: + rm -f $(PROGS) |