fee519b29e
- Add new mirrors to MASTER_SITES - Add pkg-message file - Convert to OPTIONS - Clean patch files - Install DOCSDIR files - Remove obsolete patch - Remove USE_X_PREFIX - Take maintainership
13 lines
269 B
Text
13 lines
269 B
Text
--- port.h.orig Fri Jun 30 08:40:56 2006
|
|
+++ port.h Tue Dec 26 23:09:22 2006
|
|
@@ -360,6 +360,10 @@
|
|
#define SYS_CONFIG_FILE "/etc/snes9x/snes9x.conf"
|
|
#endif
|
|
|
|
+#ifdef __FreeBSD__
|
|
+#define TITLE "Snes9X: FreeBSD"
|
|
+#endif
|
|
+
|
|
#ifndef TITLE
|
|
#define TITLE "Snes9x"
|
|
#endif
|