diff options
author | obache <obache@pkgsrc.org> | 2007-12-28 04:22:43 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-12-28 04:22:43 +0000 |
commit | b1fe4da4d533e131bb51d19235cd3d505cf95722 (patch) | |
tree | 7690e5367a1878d33c6dce25530c1763365e3ca9 | |
parent | 80f087ecfa24142cc801151494c532a53b0480c2 (diff) | |
download | pkgsrc-b1fe4da4d533e131bb51d19235cd3d505cf95722.tar.gz |
Honor PKGMANDIR.
-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 |