openbsd-ports/net/icecast/patches/patch-admin_Makefile_in
fgsch 3768b09c9c update to icecast 2.0 now that is considered stable.
done by and new maintainer Moritz Grimm <gtgbr at gmx dot net>.
2004-02-02 19:32:36 +00:00

13 lines
479 B
Plaintext

$OpenBSD: patch-admin_Makefile_in,v 1.1 2004/02/02 19:32:37 fgsch Exp $
--- admin/Makefile.in.orig 2004-01-07 22:52:09.000000000 +0100
+++ admin/Makefile.in 2004-01-08 15:53:04.000000000 +0100
@@ -33,7 +33,7 @@ infodir = @infodir@
mandir = @mandir@
includedir = @includedir@
oldincludedir = /usr/include
-pkgdatadir = $(datadir)/@PACKAGE@
+pkgdatadir = $(datadir)/examples/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
top_builddir = ..