diff options
-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 |