summaryrefslogtreecommitdiff
path: root/databases/openldap-nops/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg>2009-08-03 14:54:00 +0000
committerjoerg <joerg>2009-08-03 14:54:00 +0000
commit4e981ebaa958c1780fe78c3711d8e7b5f92997ac (patch)
tree1fc7cb942f6cd39c7a03f226aec8633b72aabefa /databases/openldap-nops/Makefile
parentcdedfa08c0a754b69485b1d888a131e68a90cff5 (diff)
downloadpkgsrc-4e981ebaa958c1780fe78c3711d8e7b5f92997ac.tar.gz
Fix DESTDIR installation.
Diffstat (limited to 'databases/openldap-nops/Makefile')
-rw-r--r--databases/openldap-nops/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/openldap-nops/Makefile b/databases/openldap-nops/Makefile
index 78cc4b98bb9..4b9df1260cd 100644
--- a/databases/openldap-nops/Makefile
+++ b/databases/openldap-nops/Makefile
@@ -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 @@ USE_LIBTOOL= yes
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 \