diff options
author | snj <snj@pkgsrc.org> | 2009-12-12 18:11:07 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2009-12-12 18:11:07 +0000 |
commit | 6b93f119871f0bfccf7c85759d75b7ebe8f5d93b (patch) | |
tree | 4571a4a4e2743e655d74f5f85f5b96aa4d3f06e4 /mbone | |
parent | 53e037bda36042b3f31779af2f0dacb3e3b7e2eb (diff) | |
download | pkgsrc-6b93f119871f0bfccf7c85759d75b7ebe8f5d93b.tar.gz |
This package needs gtk-doc to successfully build its HTML docs. Adding a
build dependency on gtk-doc isn't enough to make everything happy, because
the gtk-doc package unhelpfully disables sgml support by default (in the
name of avoiding a "heavy" jade dependency). In order to get a package
that is consistent regardless of which additional packages are installed,
let's just not install the HTML docs at all.
Diffstat (limited to 'mbone')
-rw-r--r-- | mbone/common-mml/Makefile | 6 | ||||
-rw-r--r-- | mbone/common-mml/PLIST | 10 |
2 files changed, 4 insertions, 12 deletions
diff --git a/mbone/common-mml/Makefile b/mbone/common-mml/Makefile index c82357401aa..c1011dd9dbf 100644 --- a/mbone/common-mml/Makefile +++ b/mbone/common-mml/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.18 2009/12/02 07:10:52 snj Exp $ +# $NetBSD: Makefile,v 1.19 2009/12/12 18:11:07 snj Exp $ DISTNAME= common-1.2.16 PKGNAME= common-mml-1.2.16 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= mbone MASTER_SITES= http://www-mice.cs.ucl.ac.uk/multimedia/software/common/ @@ -25,6 +25,6 @@ do-install: ${LIBTOOL} --mode=install \ ${INSTALL_LIB} ${WRKSRC}/src/*.la ${DESTDIR}${PREFIX}/lib ${INSTALL_DATA} ${WRKSRC}/src/*.h ${DESTDIR}${INCDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/html/*.html ${DESTDIR}${DOCDIR} +# ${INSTALL_DATA} ${WRKSRC}/doc/html/*.html ${DESTDIR}${DOCDIR} .include "../../mk/bsd.pkg.mk" diff --git a/mbone/common-mml/PLIST b/mbone/common-mml/PLIST index 46ec86b2cfe..4e0fc39a8c2 100644 --- a/mbone/common-mml/PLIST +++ b/mbone/common-mml/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2009/12/02 07:10:52 snj Exp $ +@comment $NetBSD: PLIST,v 1.8 2009/12/12 18:11:07 snj Exp $ include/common-mml/acconfig.h include/common-mml/addrinfo.h include/common-mml/addrsize.h @@ -36,11 +36,3 @@ include/common-mml/util.h include/common-mml/version.h include/common-mml/vsnprintf.h lib/libuclmmbase.la -share/doc/common-mml/book1.html -share/doc/common-mml/uclmmbase-debug.html -share/doc/common-mml/uclmmbase-hmac.html -share/doc/common-mml/uclmmbase-md5.html -share/doc/common-mml/uclmmbase-memory.html -share/doc/common-mml/uclmmbase-net-udp.html -share/doc/common-mml/uclmmbase-rtp.html -share/doc/common-mml/uclmmbase.html |