Jun 19, 2023, 10:49 by campbell+netbsd-tech-pkg%mumble.net@localhost: >> Date: Mon, 19 Jun 2023 19:36:58 +0200 (CEST) >> From: bsdprg%tuta.io@localhost >> >> > - mkdir -p "$(DESTDIR)$(DOCPREFIX)"/examples >> > - cp -pr examples/* "$(DESTDIR)$(DOCPREFIX)"/examples >> > + mkdir -p "$(DESTDIR)/usr/pkg/share/examples/bspwm" >> > + cp -pr examples/* "$(DESTDIR)/usr/pkg/share/examples/bspwm" >> > > Why isn't this handled by the SUBST that's already done in > wm/bspwm/Makefile? > Yes, good point. I have fixed the patch, and I deleted the old patchfile which patched the Makefile. For some reason, cvs does not show this deletion. I used "cvs diff -N -u -l" to generate the patch.
Attachment:
bspwm-patch.diff
Description: Binary data