pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/isakmpd Honor PKGMANDIR.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3dff046068fc
branches:  trunk
changeset: 536899:3dff046068fc
user:      obache <obache%pkgsrc.org@localhost>
date:      Fri Dec 28 04:22:43 2007 +0000

description:
Honor PKGMANDIR.

diffstat:

 security/isakmpd/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 0408727f586e -r 3dff046068fc security/isakmpd/Makefile
--- a/security/isakmpd/Makefile Fri Dec 28 01:00:10 2007 +0000
+++ b/security/isakmpd/Makefile Fri Dec 28 04:22:43 2007 +0000
@@ -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 @@
 
 BUILD_TARGET=          depend all
 
-MAKE_ENV+=             BINDIR=${PREFIX}/sbin MANDIR=${PREFIX}/man
+MAKE_ENV+=             BINDIR=${PREFIX}/sbin MANDIR=${PREFIX}/${PKGMANDIR}
 
 PKG_SYSCONFSUBDIR=     isakmpd
 



Home | Main Index | Thread Index | Old Index