pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases Fix DESTDIR installation.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1a54c6d2866c
branches:  trunk
changeset: 396790:1a54c6d2866c
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Aug 03 14:54:00 2009 +0000

description:
Fix DESTDIR installation.

diffstat:

 databases/openldap-cloak/Makefile |  5 +++--
 databases/openldap-nops/Makefile  |  5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diffs (40 lines):

diff -r c26ea6f3547d -r 1a54c6d2866c databases/openldap-cloak/Makefile
--- a/databases/openldap-cloak/Makefile Mon Aug 03 14:52:01 2009 +0000
+++ b/databases/openldap-cloak/Makefile Mon Aug 03 14:54:00 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2009/04/27 07:13:01 ghen Exp $
+# $NetBSD: Makefile,v 1.3 2009/08/03 14:54:00 joerg Exp $
 
 PKGNAME=               ${DISTNAME:S/-/-cloak-/}
 COMMENT=               Remove null-ops for OpenLDAP
@@ -13,8 +13,9 @@
 
 BUILD_DIRS=            include contrib/slapd-modules/cloak
 
+INSTALLATION_DIRS=     lib/openldap
+
 do-install:
-       ${INSTALL_LIB_DIR} ${PREFIX}/lib/openldap
        ${INSTALL_MAN} ${WRKSRC}/contrib/slapd-modules/cloak/slapo-cloak.5\
                ${DESTDIR}${PREFIX}/${PKGMANDIR}/man5
        ${LIBTOOL} --mode=install                                       \
diff -r c26ea6f3547d -r 1a54c6d2866c databases/openldap-nops/Makefile
--- a/databases/openldap-nops/Makefile  Mon Aug 03 14:52:01 2009 +0000
+++ b/databases/openldap-nops/Makefile  Mon Aug 03 14:54:00 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2009/04/27 07:13:02 ghen Exp $
+# $NetBSD: Makefile,v 1.5 2009/08/03 14:58:20 joerg Exp $
 
 PKGNAME=               ${DISTNAME:S/-/-nops-/}
 COMMENT=               Remove null-ops for OpenLDAP
@@ -13,8 +13,9 @@
 
 BUILD_DIRS=            include contrib/slapd-modules/nops
 
+INSTALLATION_DIRS=     lib/openldap
+
 do-install:
-       ${INSTALL_LIB_DIR} ${PREFIX}/lib/openldap
        ${INSTALL_MAN} ${WRKSRC}/contrib/slapd-modules/nops/slapo-nops.5\
                ${DESTDIR}${PREFIX}/${PKGMANDIR}/man5
        ${LIBTOOL} --mode=install                                       \



Home | Main Index | Thread Index | Old Index