freebsd-ports/games/sarien/files/patch-src-filesys-unix-path.c
Pav Lucistnik e4bfde1be0 Saries allows to play oldest and the best adventure games from Sierra ever made.
Such great games like: Larry 1, Space quest 1,2, Police quest 1, king's quest 1-4.
All games comes in wonderfull EGA graphics and Adlib sound!

PR:		ports/67261
Submitted by:	Radim Kolar <hsn@netmag.cz>
2004-05-28 17:26:30 +00:00

10 lines
220 B
C

--- src/filesys/unix/path.c.orig Sun Aug 5 01:59:48 2001
+++ src/filesys/unix/path.c Thu May 27 15:11:02 2004
@@ -46,6 +46,6 @@
#endif
#endif
- return "/etc/sarien.conf";
+ return "%%PREFIX%%/etc/sarien.conf";
}