From 84fb24ff405ce6682af35d2285b7bc458873c317 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Tue, 24 May 2011 17:24:28 +0200 Subject: [PATCH] ezstream: changed to use default prefix instead of 'opt/ezstream' --- audio/ezstream/ezstream.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/audio/ezstream/ezstream.conf b/audio/ezstream/ezstream.conf index 457950d08..1375e4b04 100644 --- a/audio/ezstream/ezstream.conf +++ b/audio/ezstream/ezstream.conf @@ -2,7 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../ezstream/ezstream.conf -# Copyright (C) 2009 The OpenSDE Project +# Copyright (C) 2009 - 2011 The OpenSDE Project # # More information can be found in the files COPYING and README. # @@ -12,5 +12,5 @@ # GNU General Public License can be found in the file COPYING. # --- SDE-COPYRIGHT-NOTE-END --- -prefix="opt/ezstream" -set_confopt +# install examples into docdir +var_append extraconfopt ' ' "--enable-examplesdir=$docdir/examples"