mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
c90c2320b1
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)
13 lines
349 B
Plaintext
13 lines
349 B
Plaintext
$FreeBSD$
|
|
--- doc/Makefile.in.orig Wed Mar 21 16:33:36 2001
|
|
+++ doc/Makefile.in Wed Mar 21 16:33:44 2001
|
|
@@ -87,7 +87,7 @@ AUTOMAKE_OPTIONS = foreign
|
|
|
|
SUBDIRS = ogg
|
|
|
|
-docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
|
|
+docdir = $(datadir)/doc/$(PACKAGE)
|
|
|
|
doc_DATA = index.html framing.html oggstream.html white-xifish.png stream.png white-ogg.png
|
|
|