diff options
author | obache <obache> | 2007-12-28 04:22:43 +0000 |
---|---|---|
committer | obache <obache> | 2007-12-28 04:22:43 +0000 |
commit | 07997d94d517de56750a4115bb93d0963ed07cbe (patch) | |
tree | 7690e5367a1878d33c6dce25530c1763365e3ca9 /security/isakmpd | |
parent | 95f0a5b08d06b0983d67a7d01da22c8af2497cbb (diff) | |
download | pkgsrc-07997d94d517de56750a4115bb93d0963ed07cbe.tar.gz |
Honor PKGMANDIR.
Diffstat (limited to 'security/isakmpd')
-rw-r--r-- | security/isakmpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/isakmpd/Makefile b/security/isakmpd/Makefile index a1c5224d074..31db54e960d 100644 --- a/security/isakmpd/Makefile +++ b/security/isakmpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2007/11/17 13:40:15 wiz Exp $ +# $NetBSD: Makefile,v 1.40 2007/12/28 04:22:43 obache Exp $ # DISTNAME= isakmpd-20030903 @@ -18,7 +18,7 @@ WRKSRC= ${WRKDIR}/isakmpd BUILD_TARGET= depend all -MAKE_ENV+= BINDIR=${PREFIX}/sbin MANDIR=${PREFIX}/man +MAKE_ENV+= BINDIR=${PREFIX}/sbin MANDIR=${PREFIX}/${PKGMANDIR} PKG_SYSCONFSUBDIR= isakmpd |