1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/audio/libshout2/files/patch-aa
Will Andrews 102b8c1951 Add libshout, a library providing routines for connecting and transmitting
data to/from an icecast server.

PR:		19079
Submitted by:	Zach Zurflu <zach@pabst.bendnet.com>
2000-06-07 17:15:03 +00:00

16 lines
866 B
Plaintext

--- Makefile.in.orig Sun May 7 23:13:49 2000
+++ Makefile.in Tue Jun 6 16:54:30 2000
@@ -486,9 +486,9 @@
install-data-local:
mkdir -p $(DESTDIR)$(includedir)/shout
- mkdir -p $(DESTDIR)$(prefix)/doc/$(PACKAGE)-$(VERSION)/example
- $(INSTALL) -m 0644 README AUTHORS COPYING CHANGES $(DESTDIR)$(prefix)/doc/$(PACKAGE)-$(VERSION)
- $(INSTALL) -m 0644 example/Makefile example/example.c $(DESTDIR)$(prefix)/doc/$(PACKAGE)-$(VERSION)/example
+ mkdir -p $(DESTDIR)$(prefix)/share/doc/$(PACKAGE)-$(VERSION)/example
+ $(INSTALL) -m 0644 README AUTHORS COPYING CHANGES $(DESTDIR)$(prefix)/share/doc/$(PACKAGE)-$(VERSION)
+ $(INSTALL) -m 0644 example/Makefile example/example.c $(DESTDIR)$(prefix)/share/doc/$(PACKAGE)-$(VERSION)/example
$(INSTALL) -m 0644 shout.h $(DESTDIR)$(includedir)/shout
# Tell versions [3.59,3.63) of GNU make to not export all variables.