From 71c2f37114edc2a0b7407ee00dfd7a5e4674ae33 Mon Sep 17 00:00:00 2001 From: schmonz Date: Thu, 25 Aug 2022 17:59:08 +0000 Subject: Update to 20220822. From the changelog: - switch to simple Makefile - crypto_onetimeauth_poly1305.c update --- net/dq/patches/patch-Makefile | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 net/dq/patches/patch-Makefile (limited to 'net/dq/patches/patch-Makefile') diff --git a/net/dq/patches/patch-Makefile b/net/dq/patches/patch-Makefile new file mode 100644 index 00000000000..17d255d8cf2 --- /dev/null +++ b/net/dq/patches/patch-Makefile @@ -0,0 +1,21 @@ +$NetBSD: patch-Makefile,v 1.1 2022/08/25 17:59:08 schmonz Exp $ + +Follow hier(7). + +--- Makefile.orig 2022-08-22 18:03:33.000000000 +0000 ++++ Makefile +@@ -457,10 +457,10 @@ dqcache-start: dqcache-start.o $(OBJECTS + + + install: dq dqcache dqcache-makekey dqcache-start +- install -D -m 0755 dq $(DESTDIR)/usr/bin/dq +- install -D -m 0755 dqcache $(DESTDIR)/usr/sbin/dqcache +- install -D -m 0755 dqcache-makekey $(DESTDIR)/usr/sbin/dqcache-makekey +- install -D -m 0755 dqcache-start $(DESTDIR)/usr/sbin/dqcache-start ++ $(BSD_INSTALL_PROGRAM) dq $(DESTDIR)@PREFIX@/bin/dq ++ $(BSD_INSTALL_PROGRAM) dqcache $(DESTDIR)@PREFIX@/sbin/dqcache ++ $(BSD_INSTALL_PROGRAM) dqcache-makekey $(DESTDIR)@PREFIX@/sbin/dqcache-makekey ++ $(BSD_INSTALL_PROGRAM) dqcache-start $(DESTDIR)@PREFIX@/sbin/dqcache-start + + clean: + rm -f *.o *.out $(BINARIES) -- cgit v1.2.3