pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/pam-pwauth_suid



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Tue Aug  4 02:58:12 UTC 2020

Modified Files:
        pkgsrc/security/pam-pwauth_suid: Makefile

Log Message:
pam-pwauth_suid: use INSTALL_LIB to install shared libs


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/security/pam-pwauth_suid/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/pam-pwauth_suid/Makefile
diff -u pkgsrc/security/pam-pwauth_suid/Makefile:1.10 pkgsrc/security/pam-pwauth_suid/Makefile:1.11
--- pkgsrc/security/pam-pwauth_suid/Makefile:1.10       Mon Nov  4 21:12:57 2019
+++ pkgsrc/security/pam-pwauth_suid/Makefile    Tue Aug  4 02:58:12 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2019/11/04 21:12:57 rillig Exp $
+# $NetBSD: Makefile,v 1.11 2020/08/04 02:58:12 gutteridge Exp $
 
 DISTNAME=      pam-pwauth_suid-1.2
 PKGREVISION=   1
@@ -26,12 +26,12 @@ do-build:
         ${CC} ${CFLAGS} ${LDFLAGS} pwauth_suid_helper.c -o pwauth_suid_helper -lcrypt)
 
 do-install:
-       ${INSTALL_DATA} ${WRKSRC}/pam_pwauth_suid.so \
+       ${INSTALL_LIB} ${WRKSRC}/pam_pwauth_suid.so \
                ${DESTDIR}${PREFIX}/lib/security
        ${INSTALL_PROGRAM} ${WRKSRC}/pwauth_suid_helper \
                ${DESTDIR}${PREFIX}/libexec
        ${CHMOD} 04555 ${DESTDIR}${PREFIX}/libexec/pwauth_suid_helper
-       sed -e 's|@PREFIX@|${PREFIX}|g' ${FILESDIR}/xscreensaver > \
+       ${SED} -e 's|@PREFIX@|${PREFIX}|g' ${FILESDIR}/xscreensaver > \
                ${DESTDIR}${PREFIX}/share/examples/pam-pwauth_suid/xscreensaver
 
 .include "../../mk/pam.buildlink3.mk"



Home | Main Index | Thread Index | Old Index