pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/gnome-mag Don't try to build and install doxygen g...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b9d2d451525a
branches:  trunk
changeset: 583110:b9d2d451525a
user:      markd <markd%pkgsrc.org@localhost>
date:      Mon Dec 06 11:47:48 2010 +0000

description:
Don't try to build and install doxygen generated docs if doxygen is found

diffstat:

 x11/gnome-mag/Makefile |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r b8a1fe31c9a8 -r b9d2d451525a x11/gnome-mag/Makefile
--- a/x11/gnome-mag/Makefile    Mon Dec 06 11:43:38 2010 +0000
+++ b/x11/gnome-mag/Makefile    Mon Dec 06 11:47:48 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.58 2010/11/15 22:58:57 abs Exp $
+# $NetBSD: Makefile,v 1.59 2010/12/06 11:47:48 markd Exp $
 #
 
 DISTNAME=              gnome-mag-0.16.1
@@ -21,6 +21,12 @@
 
 PKGCONFIG_OVERRIDE+=   gnome-mag-1.0.pc.in
 
+SUBST_CLASSES+=                doxy
+SUBST_STAGE.doxy=      pre-configure
+SUBST_MESSAGE.doxy=    disable doxygen docs
+SUBST_FILES.doxy=      docs/Makefile.in
+SUBST_SED.doxy=                -e 's,SUBDIRS = reference,SUBDIRS =,'
+
 BUILDLINK_DEPMETHOD.libXt?=    build
 
 .include "../../devel/GConf/buildlink3.mk"



Home | Main Index | Thread Index | Old Index