opnsense-ports/deskutils/tpb/files/patch-src-cfg.h
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

11 lines
349 B
C

--- src/cfg.h.orig Mon May 30 00:06:16 2005
+++ src/cfg.h Mon May 30 00:06:32 2005
@@ -67,7 +67,7 @@
#ifdef SYSCONFDIR
#define GLOBAL_CONFIG_FILE SYSCONFDIR "/tpbrc"
#else /* SYSCONFDIR */
-#define GLOBAL_CONFIG_FILE "/etc/tpbrc"
+#define GLOBAL_CONFIG_FILE "%%PREFIX%%/etc/tpbrc"
#endif /* SYSCONFDIR */
#define PRIVATE_CONFIG_FILE ".tpbrc"