Take maintainership as discussed with manu via email. Also clean up: - Remove USES=desktop-file-utils again, the desktop files don't register any MIME types - Add USES=shebangfix to fix the perl shebang, remove manual patching - Remove MAKE_JOBS_UNSAFE, parallel builds seem to work just fine - Format according to portclippy recommendations - Update local patches Approved by: x11 (manu)
12 lines
329 B
Plaintext
12 lines
329 B
Plaintext
--- driver/Makefile.in.orig 2023-10-11 00:37:06 UTC
|
|
+++ driver/Makefile.in
|
|
@@ -79,7 +79,7 @@ AD_DIR = @APPDEFAULTS@
|
|
AD_DIR = @APPDEFAULTS@
|
|
|
|
# $(sysconfdir) is either /usr/local/etc or /usr/etc but this must be /etc.
|
|
-PAM_ROOT = /etc
|
|
+PAM_ROOT = ${prefix}/etc
|
|
PAM_DIR = $(PAM_ROOT)/pam.d
|
|
PAM_CONF = $(PAM_ROOT)/pam.conf
|
|
|