Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/pam-pwauth_suid pam-pwauth_suid: use INSTALL_...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/617b612e2cd6
branches:  trunk
changeset: 436526:617b612e2cd6
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Tue Aug 04 02:58:12 2020 +0000

description:
pam-pwauth_suid: use INSTALL_LIB to install shared libs

diffstat:

 security/pam-pwauth_suid/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r 659212230ffd -r 617b612e2cd6 security/pam-pwauth_suid/Makefile
--- a/security/pam-pwauth_suid/Makefile Tue Aug 04 02:56:03 2020 +0000
+++ b/security/pam-pwauth_suid/Makefile Tue Aug 04 02:58:12 2020 +0000
@@ -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 @@
         ${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