diff options
author | jmmv <jmmv> | 2003-03-15 08:58:43 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-03-15 08:58:43 +0000 |
commit | 0fe90fb7f723ae5ac73b96c49a79958e3af7e9c4 (patch) | |
tree | 6ded089716bdc05a3c31ac519f10faf890da069f | |
parent | b9bf930616c940c6128b4febe10408d5ccdf93d1 (diff) | |
download | pkgsrc-0fe90fb7f723ae5ac73b96c49a79958e3af7e9c4.tar.gz |
Install HTML documentation, as requested in PR pkg/20523 by Isihara Takanori.
Bump PKGREVISION to 1.
-rw-r--r-- | audio/esound/Makefile | 8 | ||||
-rw-r--r-- | audio/esound/PLIST | 47 |
2 files changed, 52 insertions, 3 deletions
diff --git a/audio/esound/Makefile b/audio/esound/Makefile index 543d8c58fe0..b6050dfc371 100644 --- a/audio/esound/Makefile +++ b/audio/esound/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.39 2003/01/28 22:03:02 jlam Exp $ +# $NetBSD: Makefile,v 1.40 2003/03/15 08:58:43 jmmv Exp $ DISTNAME= esound-0.2.29 +PKGREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_GNOME:=sources/esound/0.2/} @@ -21,6 +22,11 @@ MAKE_ENV+= AM_CPPFLAGS='-DDEV_DSP=\"${DEVOSSAUDIO}\"' EGDIR= ${PREFIX}/share/examples/esound CONF_FILES= ${EGDIR}/esd.conf ${PKG_SYSCONFDIR}/esd.conf +post-install: + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/html/esound + cd ${WRKSRC}/docs/html && \ + ${PAX} -rwpppm . ${PREFIX}/share/doc/html/esound + .include "../../audio/libaudiofile/buildlink2.mk" .include "../../mk/ossaudio.buildlink2.mk" diff --git a/audio/esound/PLIST b/audio/esound/PLIST index ac8ab49cfb5..1ce4dba4429 100644 --- a/audio/esound/PLIST +++ b/audio/esound/PLIST @@ -1,11 +1,11 @@ -@comment $NetBSD: PLIST,v 1.8 2003/01/02 22:44:43 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.9 2003/03/15 08:58:43 jmmv Exp $ bin/esd bin/esd-config bin/esdcat bin/esdctl bin/esdfilt -bin/esdmon bin/esdloop +bin/esdmon bin/esdplay bin/esdrec bin/esdsample @@ -28,5 +28,48 @@ man/man1/esdplay.1 man/man1/esdrec.1 man/man1/esdsample.1 share/aclocal/esd.m4 +share/doc/html/esound/a346.html +share/doc/html/esound/book1.html +share/doc/html/esound/c19.html +share/doc/html/esound/c250.html +share/doc/html/esound/c271.html +share/doc/html/esound/c285.html +share/doc/html/esound/c290.html +share/doc/html/esound/c32.html +share/doc/html/esound/c76.html +share/doc/html/esound/ln17.html +share/doc/html/esound/r311.html +share/doc/html/esound/r313.html +share/doc/html/esound/stylesheet-images/caution.gif +share/doc/html/esound/stylesheet-images/home.gif +share/doc/html/esound/stylesheet-images/important.gif +share/doc/html/esound/stylesheet-images/next.gif +share/doc/html/esound/stylesheet-images/note.gif +share/doc/html/esound/stylesheet-images/prev.gif +share/doc/html/esound/stylesheet-images/tip.gif +share/doc/html/esound/stylesheet-images/toc-blank.gif +share/doc/html/esound/stylesheet-images/toc-minus.gif +share/doc/html/esound/stylesheet-images/toc-plus.gif +share/doc/html/esound/stylesheet-images/up.gif +share/doc/html/esound/stylesheet-images/warning.gif +share/doc/html/esound/x119.html +share/doc/html/esound/x179.html +share/doc/html/esound/x211.html +share/doc/html/esound/x241.html +share/doc/html/esound/x259.html +share/doc/html/esound/x26.html +share/doc/html/esound/x265.html +share/doc/html/esound/x268.html +share/doc/html/esound/x277.html +share/doc/html/esound/x281.html +share/doc/html/esound/x296.html +share/doc/html/esound/x299.html +share/doc/html/esound/x302.html +share/doc/html/esound/x305.html +share/doc/html/esound/x308.html +share/doc/html/esound/x47.html +share/doc/html/esound/x66.html share/examples/esound/esd.conf @dirrm share/examples/esound +@dirrm share/doc/html/esound/stylesheet-images +@dirrm share/doc/html/esound |