pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/doxygen Fixed PKGMANDIR.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bc25edf5e119
branches:  trunk
changeset: 520450:bc25edf5e119
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Oct 21 20:20:49 2006 +0000

description:
Fixed PKGMANDIR.

diffstat:

 devel/doxygen/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r daf8e101a40f -r bc25edf5e119 devel/doxygen/Makefile
--- a/devel/doxygen/Makefile    Sat Oct 21 20:00:45 2006 +0000
+++ b/devel/doxygen/Makefile    Sat Oct 21 20:20:49 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2006/08/10 03:21:39 minskim Exp $
+# $NetBSD: Makefile,v 1.51 2006/10/21 20:20:49 rillig Exp $
 
 DISTNAME=      doxygen-1.4.7.src
 PKGNAME=       doxygen-1.4.7
@@ -21,6 +21,7 @@
 CONFIGURE_ARGS+=       --prefix ${PREFIX}
 CONFIGURE_ARGS+=       --docdir ${PREFIX}/share/doc
 MAKE_ENV+=             PKGSRC_CFLAGS=${CFLAGS:M*:Q}
+MAKE_FLAGS+=           MAN1DIR=${PKGMANDIR}/man1
 
 .if exists(./descr)
 PLIST_SUBST+=  CASESENSITIVE="@comment " CASEINSENSITIVE=""



Home | Main Index | Thread Index | Old Index