mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
597e5ee9f4
PR: 37899 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
16 lines
407 B
Plaintext
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";
|