summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authormanu <manu>2009-02-25 20:31:41 +0000
committermanu <manu>2009-02-25 20:31:41 +0000
commit5d179118eb1379195277c3c68291dad281366a59 (patch)
tree6fc27d224c5a89703c972aa2994de097f8ea208c /databases
parent21dc8b0d2c0362fc00af9d6e808840e26fd6af52 (diff)
downloadpkgsrc-5d179118eb1379195277c3c68291dad281366a59.tar.gz
Add missing DESTDIR
Diffstat (limited to 'databases')
-rw-r--r--databases/openldap-nops/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/openldap-nops/Makefile b/databases/openldap-nops/Makefile
index ea3e14309b4..1952ea69b3c 100644
--- a/databases/openldap-nops/Makefile
+++ b/databases/openldap-nops/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2009/02/01 08:05:06 manu Exp $
+# $NetBSD: Makefile,v 1.3 2009/02/25 20:31:41 manu Exp $
PKGNAME= ${DISTNAME:S/-/-nops-/}
COMMENT= Remove null-ops for OpenLDAP
@@ -20,7 +20,7 @@ do-install:
${LIBTOOL} --mode=install \
${INSTALL_DATA} \
${WRKSRC}/contrib/slapd-modules/nops/nops.la \
- ${PREFIX}/lib/openldap
+ ${DESTDIR}${PREFIX}/lib/openldap
.include "../../databases/openldap/Makefile.common"