pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/wm/pwm Honor PKGMANDIR.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8bde5977fc59
branches:  trunk
changeset: 530008:8bde5977fc59
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Fri Jun 15 05:12:05 2007 +0000

description:
Honor PKGMANDIR.

diffstat:

 wm/pwm/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r cd2fdd6f1a5a -r 8bde5977fc59 wm/pwm/Makefile
--- a/wm/pwm/Makefile   Fri Jun 15 01:44:21 2007 +0000
+++ b/wm/pwm/Makefile   Fri Jun 15 05:12:05 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2007/02/22 19:01:26 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2007/06/15 05:12:05 jlam Exp $
 #
 
 DISTNAME=      pwm-20060517
@@ -17,6 +17,7 @@
 USE_TOOLS+=    gmake
 
 CFLAGS+=       -DPKG_SYSCONFDIR="\"${PKG_SYSCONFDIR}\""
+MAKE_FLAGS+=   MANDIR=${PREFIX:Q}/${PKGMANDIR:Q}
 
 PKG_SYSCONFSUBDIR=     pwm
 



Home | Main Index | Thread Index | Old Index