diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2001-03-23 22:21:39 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2001-03-23 22:21:39 +0000 |
commit | c90c2320b14e365cadeb61355f718a854739c680 (patch) | |
tree | 0949769971ceed04cfca31a0fdd70613930914eb /audio/libao/pkg-plist | |
parent | Bump PORTREVISION due to patch-processesend.pl (diff) |
Change maintainer for libao, libogg, libvorbis, and vorbis. Improve
use of autoconf and automake. Support NOPORTDOCS. Respect CFLAGS.
Fix libvorbis encoder on Alpha. Install documentation in proper
places.
Approved by: Theo van Klaveren <t.vanklaveren@student.utwente.nl>
(outgoing maintainer), Christian Weisgerber
<naddy@mips.inka.de> (new maintainer)
Diffstat (limited to 'audio/libao/pkg-plist')
-rw-r--r-- | audio/libao/pkg-plist | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/audio/libao/pkg-plist b/audio/libao/pkg-plist index 56f7007a2cc3..26f7a1f28e47 100644 --- a/audio/libao/pkg-plist +++ b/audio/libao/pkg-plist @@ -1,3 +1,4 @@ +@comment $FreeBSD$ include/ao/ao.h include/ao/os_types.h lib/libao.so @@ -6,10 +7,10 @@ lib/libao.so.1 lib/ao/liboss.so %%ESOUND%%lib/ao/libesd.so share/aclocal/ao.m4 -share/doc/libao-0.6.0/API -share/doc/libao-0.6.0/DRIVERS -share/doc/libao-0.6.0/USAGE -share/doc/libao-0.6.0/WANTED +%%NOPORTDOCS%%share/doc/libao/API +%%NOPORTDOCS%%share/doc/libao/DRIVERS +%%NOPORTDOCS%%share/doc/libao/USAGE +%%NOPORTDOCS%%share/doc/libao/WANTED @dirrm include/ao @dirrm lib/ao -@dirrm share/doc/libao-0.6.0 +%%NOPORTDOCS%%@dirrm share/doc/libao |