mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
fbfe2ce100
as per usual, upstream doesn't do anything even remotely related to releases, so pretend one exists and work around that. OK kn@ (MAINTAINER) sthen@
15 lines
650 B
Plaintext
15 lines
650 B
Plaintext
Adjust ConfigPlaces.
|
|
|
|
Index: ietf
|
|
--- ietf.orig
|
|
+++ ietf
|
|
@@ -121,7 +121,7 @@ __license__ = "https://en.wikipedia.org/wiki/WTFPL"
|
|
KnownCmds = ("auth48", "author", "bcp", "bcponly", "charter", "conflict", "diff", "draft", "draftreport", \
|
|
"iesg", "mirror", "rfc", "rfcextra", "rfchtml", "rfchtmlized", "rfcinfo", "rg", "std", "stdonly", "tools", \
|
|
"tracker")
|
|
-ConfigPlaces = ("~/bin/ietf.config", "/usr/local/bin/ietf.config", "~/.ietf/ietf.config")
|
|
+ConfigPlaces = ("~/bin/ietf.config", "/usr/local/bin/ietf.config", "~/.ietf/ietf.config", "${SYSCONFDIR}/ietf.config")
|
|
|
|
# Make a block of text that can be executed in the CLI
|
|
CLICmdCode = ""
|