This diff installs additional WavPack documentation. Regards, Tim
Index: Makefile =================================================================== RCS file: /cvs/ports/audio/wavpack/Makefile,v retrieving revision 1.9 diff -u -r1.9 Makefile --- Makefile 29 Mar 2012 13:38:13 -0000 1.9 +++ Makefile 29 Jul 2012 20:59:12 -0000 @@ -3,6 +3,7 @@ COMMENT = audio codec for lossless, lossy and hybrid compression DISTNAME = wavpack-4.60.1 +REVISION = 0 CATEGORIES = audio HOMEPAGE = http://www.wavpack.com/ @@ -30,5 +31,13 @@ CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" USE_GROFF = Yes + +DOCDIR = ${PREFIX}/share/doc/wavpack +DOCS = file_format.txt library_use.txt style.css \ + wavpack_doc.html + +post-install: + ${INSTALL_DATA_DIR} ${DOCDIR} + ${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/doc/,} ${DOCDIR} .include <bsd.port.mk> Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/audio/wavpack/pkg/PLIST,v retrieving revision 1.2 diff -u -r1.2 PLIST --- pkg/PLIST 26 Dec 2009 20:42:28 -0000 1.2 +++ pkg/PLIST 29 Jul 2012 20:59:12 -0000 @@ -12,3 +12,8 @@ @man man/man1/wavpack.1 @man man/man1/wvgain.1 @man man/man1/wvunpack.1 +share/doc/wavpack/ +share/doc/wavpack/file_format.txt +share/doc/wavpack/library_use.txt +share/doc/wavpack/style.css +share/doc/wavpack/wavpack_doc.html