diff options
author | joerg <joerg> | 2009-01-29 17:11:25 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-01-29 17:11:25 +0000 |
commit | 9420499565633a4b151a342bba84a7ee4cc20d66 (patch) | |
tree | b57af25ff6f534a6d2809278168be2301c2047e0 /security/dirmngr | |
parent | e657ae478574993dba81cae4133c603b9136b2c0 (diff) | |
download | pkgsrc-9420499565633a4b151a342bba84a7ee4cc20d66.tar.gz |
Fix installation.
Diffstat (limited to 'security/dirmngr')
-rw-r--r-- | security/dirmngr/Makefile | 6 |
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" |