pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/pam-mkhomedir Fix DESTDIR installation.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/407b01979e2e
branches:  trunk
changeset: 554589:407b01979e2e
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Feb 16 16:42:38 2009 +0000

description:
Fix DESTDIR installation.

diffstat:

 security/pam-mkhomedir/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 48f271c578f0 -r 407b01979e2e security/pam-mkhomedir/Makefile
--- a/security/pam-mkhomedir/Makefile   Mon Feb 16 16:39:36 2009 +0000
+++ b/security/pam-mkhomedir/Makefile   Mon Feb 16 16:42:38 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/02/15 13:21:52 tonnerre Exp $
+# $NetBSD: Makefile,v 1.2 2009/02/16 16:42:38 joerg Exp $
 
 DISTNAME=      pam-mkhomedir-1
 CATEGORIES=    security
@@ -31,7 +31,7 @@
 
 do-install:
        ${SHLIBTOOL} --mode=install ${INSTALL_PROGRAM} -c               \
-               ${WRKSRC}/pam_mkhomedir.la ${PREFIX}/lib/security
+               ${WRKSRC}/pam_mkhomedir.la ${DESTDIR}${PREFIX}/lib/security
 
 # Fix (workaround?) a bug with openpam/NetBSD
 # The bug is described in PR security/39313.



Home | Main Index | Thread Index | Old Index