From b9a9fe6bb4008f6f6ac24ccf14500194f23fa189 Mon Sep 17 00:00:00 2001 From: Fabian Greffrath Date: Tue, 29 Apr 2025 12:50:55 +0200 Subject: [PATCH] dist/freedoom: add dsda-doom and woof to the PORTS list --- dist/freedoom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/freedoom b/dist/freedoom index eeba67f4..343bb059 100755 --- a/dist/freedoom +++ b/dist/freedoom @@ -6,7 +6,7 @@ # "doom" is Debian’s generic name for their alternatives system. -PORTS="doom odamex gzdoom crispy-doom chocolate-doom prboom-plus" +PORTS="doom odamex gzdoom dsda-doom woof crispy-doom chocolate-doom prboom-plus" # Just a single argument starting the command is allowed, -p, in order # to explicitly set a port on the command line. -- is also supported