From: Felicitas Jung <[email protected]> Signed-off-by: Felicitas Jung <[email protected]> [rhi: use "custom" instead of "unknown"] Reviewed-by: Roland Hieber <[email protected]> Signed-off-by: Roland Hieber <[email protected]> --- PATCH v2: - use "custom" instead of "unknown", review
PULL v1: https://lore.ptxdist.org/ptxdist/[email protected] --- rules/frodo.make | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rules/frodo.make b/rules/frodo.make index 5825f541877e..cb7eb5acf619 100644 --- a/rules/frodo.make +++ b/rules/frodo.make @@ -21,6 +21,8 @@ FRODO_SUFFIX := Src.tar.gz FRODO_URL := http://frodo.cebix.net/downloads/FrodoV4_1b.$(FRODO_SUFFIX) FRODO_SOURCE := $(SRCDIR)/FrodoV4_1b.$(FRODO_SUFFIX) FRODO_DIR := $(BUILDDIR)/$(FRODO) +FRODO_LICENSE := custom +FRODO_LICENSE_FILES := file://Docs/legalmush.html;md5=108f0874f3c2ef9b625501635c933d92 # ---------------------------------------------------------------------------- # Prepare -- 2.30.2 _______________________________________________ ptxdist mailing list [email protected] To unsubscribe, send a mail with subject "unsubscribe" to [email protected]
