1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/audio/mp32ogg/files/patch-mp32ogg
Ying-Chieh Liao 597e5ee9f4 upgrade to 0.11
PR:		37899
Submitted by:	Oliver Braun <obraun@informatik.unibw-muenchen.de>
2002-05-10 04:29:36 +00:00

16 lines
407 B
Plaintext

--- mp32ogg.orig Thu May 9 20:59:03 2002
+++ mp32ogg Thu May 9 20:59:56 2002
@@ -89,9 +89,9 @@
use_winamp_genres();
-$oggenc = "/usr/bin/oggenc";
-$ogginfo = "/usr/bin/ogginfo";
-$mpg123 = "/usr/bin/mpg123";
+$oggenc = "%%LOCALBASE%%/bin/oggenc";
+$ogginfo = "%%LOCALBASE%%/bin/ogginfo";
+$mpg123 = "%%LOCALBASE%%/bin/mpg123";
print "mp32ogg $version\n";
print "(c) 2000-2002 Nathan Walp\n";