pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/polkit



Module Name:    pkgsrc
Committed By:   mrg
Date:           Thu Jun 15 02:35:47 UTC 2023

Modified Files:
        pkgsrc/security/polkit: Makefile

Log Message:
fix previous.  re-add missing $DESTDIR.

would only work if already installed.


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 pkgsrc/security/polkit/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/polkit/Makefile
diff -u pkgsrc/security/polkit/Makefile:1.50 pkgsrc/security/polkit/Makefile:1.51
--- pkgsrc/security/polkit/Makefile:1.50        Tue Jun 13 07:57:56 2023
+++ pkgsrc/security/polkit/Makefile     Thu Jun 15 02:35:47 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2023/06/13 07:57:56 mrg Exp $
+# $NetBSD: Makefile,v 1.51 2023/06/15 02:35:47 mrg Exp $
 
 DISTNAME=      polkit-121
 CATEGORIES=    security
@@ -67,7 +67,7 @@ SUBST_FILES.paths+=   src/examples/org.fre
 SUBST_SED.paths+=      -e 's,/usr/bin/,${PREFIX}/bin/,g'
 
 post-install:
-       ${MV} ${PKG_SYSCONFDIR}/polkit-1/rules.d/50-default.rules \
+       ${MV} ${DESTDIR}${PKG_SYSCONFDIR}/polkit-1/rules.d/50-default.rules \
                ${DESTDIR}${PREFIX}/share/examples/polkit/polkit-1/rules.d/50-default.rules
 
 .include "../../devel/meson/build.mk"



Home | Main Index | Thread Index | Old Index