openbsd-ports/net/icecast/patches/patch-admin_Makefile_in
gonzalo ba7382e980 Update for Icecast to 2.4.0:
http://svn.xiph.org/icecast/tags/icecast-2.4.0/ChangeLog

Help from sthen@ with my bad english.

OK abieber@
2014-05-28 13:37:25 +00:00

13 lines
585 B
Plaintext

$OpenBSD: patch-admin_Makefile_in,v 1.4 2014/05/28 13:37:25 gonzalo Exp $
--- admin/Makefile.in.orig Tue May 13 08:42:41 2014
+++ admin/Makefile.in Tue May 13 08:47:16 2014
@@ -60,7 +60,7 @@ am__make_running_with_option = \
test $$has_opt = yes
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
-pkgdatadir = $(datadir)/@PACKAGE@
+pkgdatadir = $(datadir)/examples/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
pkglibexecdir = $(libexecdir)/@PACKAGE@