diff options
author | schmonz <schmonz@pkgsrc.org> | 2022-08-25 17:59:08 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2022-08-25 17:59:08 +0000 |
commit | 71c2f37114edc2a0b7407ee00dfd7a5e4674ae33 (patch) | |
tree | 79e71e6a9ecd22745951bbdfe01768e1fec58b45 /net/dq/patches/patch-Makefile | |
parent | b0d63d54f864cfe56ccaf6555e8a09ac650cedb8 (diff) | |
download | pkgsrc-71c2f37114edc2a0b7407ee00dfd7a5e4674ae33.tar.gz |
Update to 20220822. From the changelog:
- switch to simple Makefile
- crypto_onetimeauth_poly1305.c update
Diffstat (limited to 'net/dq/patches/patch-Makefile')
-rw-r--r-- | net/dq/patches/patch-Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
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) |