diff options
author | plunky <plunky@pkgsrc.org> | 2012-03-20 15:31:14 +0000 |
---|---|---|
committer | plunky <plunky@pkgsrc.org> | 2012-03-20 15:31:14 +0000 |
commit | b164a8185e85537d9af69feade0e720283664cd6 (patch) | |
tree | 9802dedcece830322ef840b25c09945dc3232388 /sysutils | |
parent | bee99ac63cda2f34e9801f4169b06dec23b6a159 (diff) | |
download | pkgsrc-b164a8185e85537d9af69feade0e720283664cd6.tar.gz |
add default targets to lib/Makefile (for pbulk)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/netbt-hcidump/distinfo | 4 | ||||
-rw-r--r-- | sysutils/netbt-hcidump/patches/patch-lib_Makefile | 10 |
2 files changed, 9 insertions, 5 deletions
diff --git a/sysutils/netbt-hcidump/distinfo b/sysutils/netbt-hcidump/distinfo index 267d3a5c63e..a4be55dec2a 100644 --- a/sysutils/netbt-hcidump/distinfo +++ b/sysutils/netbt-hcidump/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.8 2012/03/19 12:09:00 plunky Exp $ +$NetBSD: distinfo,v 1.9 2012/03/20 15:31:14 plunky Exp $ SHA1 (bluez-hcidump-2.3.tar.gz) = d60e3546c27d68615fe908899ba0d6af5f4d4171 RMD160 (bluez-hcidump-2.3.tar.gz) = 95ac3961c0ae5c15902d72733579d1dfb3bde04b @@ -17,4 +17,4 @@ SHA1 (patch-al) = 2d62a0a4203c1ecce7b71fd16fe909f0f4356d2c SHA1 (patch-am) = 7a0796c3cd89f21e4210592e28b667bc6afe6c5d SHA1 (patch-an) = f9889b24e5ec399ef6fb40055c5df5a560d20f92 SHA1 (patch-ao) = 5971acdd513c85336d77827729fa410948101e8d -SHA1 (patch-lib_Makefile) = f0da2eef060c0afed1431b025e4a8b92696e57da +SHA1 (patch-lib_Makefile) = 4a680d0692e6bd5974f23d826ce18d1d3ce04217 diff --git a/sysutils/netbt-hcidump/patches/patch-lib_Makefile b/sysutils/netbt-hcidump/patches/patch-lib_Makefile index 63d2d6b9386..2f2fa057bea 100644 --- a/sysutils/netbt-hcidump/patches/patch-lib_Makefile +++ b/sysutils/netbt-hcidump/patches/patch-lib_Makefile @@ -1,11 +1,15 @@ -$NetBSD: patch-lib_Makefile,v 1.3 2012/03/19 12:09:00 plunky Exp $ +$NetBSD: patch-lib_Makefile,v 1.4 2012/03/20 15:31:14 plunky Exp $ ---- lib/Makefile.orig 2012-03-19 12:00:46.000000000 +0000 +--- lib/Makefile.orig 2012-03-20 15:14:03.000000000 +0000 +++ lib/Makefile -@@ -0,0 +1,6 @@ +@@ -0,0 +1,10 @@ +# this file conflicts with parser/hci.c so just rename it + +all: hci_lib.c + +hci_lib.c: hci.c + cp hci.c hci_lib.c ++ ++${TARGETS}: # ensure existence of default targets ++ ++.include <bsd.own.mk> |