mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
21 lines
535 B
C
21 lines
535 B
C
--- Source/mplayerplug-in.c.orig Fri Oct 3 07:54:52 2003
|
|
+++ Source/mplayerplug-in.c Sun Oct 5 00:02:12 2003
|
|
@@ -71,7 +71,7 @@
|
|
}
|
|
|
|
if (config == NULL) {
|
|
- config = fopen("/etc/mplayerplug-in.conf", "r");
|
|
+ config = fopen("%%PREFIX%%/etc/mplayerplug-in.conf", "r");
|
|
}
|
|
|
|
if (config == NULL) {
|
|
@@ -148,7 +148,7 @@
|
|
}
|
|
|
|
if (customtypes == NULL) {
|
|
- customtypes = fopen("/etc/mplayerplug-in.types", "r");
|
|
+ customtypes = fopen("%%PREFIX%%/etc/mplayerplug-in.types", "r");
|
|
}
|
|
|
|
if (customtypes != NULL) {
|