summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjoerg <joerg>2009-01-29 17:11:25 +0000
committerjoerg <joerg>2009-01-29 17:11:25 +0000
commit2a8540f1f3266bb945c0da4e24fad04636386f33 (patch)
treeb57af25ff6f534a6d2809278168be2301c2047e0 /security
parentfd80af1965bc272982c745e53dbb79aa049ec9aa (diff)
downloadpkgsrc-2a8540f1f3266bb945c0da4e24fad04636386f33.tar.gz
Fix installation.
Diffstat (limited to 'security')
-rw-r--r--security/dirmngr/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/security/dirmngr/Makefile b/security/dirmngr/Makefile
index b1d876b543f..9b00c59b8e1 100644
--- a/security/dirmngr/Makefile
+++ b/security/dirmngr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2008/01/18 05:09:37 tnn Exp $
+# $NetBSD: Makefile,v 1.33 2009/01/29 17:11:25 joerg Exp $
#
DISTNAME= dirmngr-1.0.1
@@ -62,6 +62,8 @@ OWN_DIRS_PERMS+= ${VARBASE}/cache/dirmngr ${DIRMNGR_PERMS}
OWN_DIRS_PERMS+= ${PREFIX}/libdata/dirmngr ${DIRMNGR_PERMS}
OWN_DIRS_PERMS+= ${PREFIX}/libdata/dirmngr/extra-certs ${DIRMNGR_PERMS}
+INSTALLATION_DIRS= sbin
+
# We are building a static pth library and linking against it
# We are also building libassuan here to get libassuan-pth.
pre-configure:
@@ -80,7 +82,7 @@ post-build:
${SETENV} ${BUILDENV} ${CC} ${CFLAGS} -DDIRMNGR_USER='"${DIRMNGR_USER}"' -DDIRMNGR_PATH='"${PREFIX}/bin/dirmngr"' -o runDirmngr runDirmngr.c
post-install:
- ${INSTALL_PROGRAM} ${WRKDIR}/runDirmngr ${PREFIX}/sbin
+ ${INSTALL_PROGRAM} ${WRKDIR}/runDirmngr ${DESTDIR}${PREFIX}/sbin
.include "../../converters/libiconv/buildlink3.mk"
.include "../../databases/openldap-client/buildlink3.mk"