pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/openldap-smbk5pwd Fixes installation to DEST...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d8ab61c94a17
branches:  trunk
changeset: 553836:d8ab61c94a17
user:      obache <obache%pkgsrc.org@localhost>
date:      Sat Jan 31 17:01:23 2009 +0000

description:
Fixes installation to DESTDIR.

diffstat:

 databases/openldap-smbk5pwd/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r 5d6ab659e3f9 -r d8ab61c94a17 databases/openldap-smbk5pwd/Makefile
--- a/databases/openldap-smbk5pwd/Makefile      Sat Jan 31 16:56:19 2009 +0000
+++ b/databases/openldap-smbk5pwd/Makefile      Sat Jan 31 17:01:23 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/01/31 16:00:55 manu Exp $
+# $NetBSD: Makefile,v 1.2 2009/01/31 17:01:23 obache Exp $
 
 PKGNAME=               ${DISTNAME:S/-/-smbk5pwd-/}
 COMMENT=               Samba and Kerberos password sync for OpenLDAP
@@ -14,11 +14,11 @@
 BUILD_DIRS=            include contrib/slapd-modules/smbk5pwd
 
 do-install:
-       ${INSTALL_LIB_DIR} ${PREFIX}/lib/openldap
+       ${INSTALL_LIB_DIR} ${DESTDIR}${PREFIX}/lib/openldap
        ${LIBTOOL} --mode=install                                       \
                   ${INSTALL_DATA}                                      \
                   ${WRKSRC}/contrib/slapd-modules/smbk5pwd/smbk5pwd.la \
-                  ${PREFIX}/lib/openldap
+                  ${DESTDIR}${PREFIX}/lib/openldap
 
 .include "../../databases/openldap/Makefile.common"
 



Home | Main Index | Thread Index | Old Index