aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorglewis <glewis@FreeBSD.org>2018-05-27 07:00:01 +0800
committerglewis <glewis@FreeBSD.org>2018-05-27 07:00:01 +0800
commit0fbc2839889a33908d2619903de7d893aff48d87 (patch)
tree0c79e991863886851ed4dbbec4158845af8509fd /games
parent9bbfa69787c799b525eaaba0b27a710bdf1830f1 (diff)
downloadfreebsd-ports-gnome-0fbc2839889a33908d2619903de7d893aff48d87.tar.gz
freebsd-ports-gnome-0fbc2839889a33908d2619903de7d893aff48d87.tar.zst
freebsd-ports-gnome-0fbc2839889a33908d2619903de7d893aff48d87.zip
. Update URL for STATUS_COLORS patch.
PR: 228481 Submitted by: Jeremy Chadwick <jdc@koitsu.org>
Diffstat (limited to 'games')
-rw-r--r--games/nethack34/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/nethack34/Makefile b/games/nethack34/Makefile
index 622a4c2f2fc1..cb244e43f5d4 100644
--- a/games/nethack34/Makefile
+++ b/games/nethack34/Makefile
@@ -57,7 +57,7 @@ CFLAGS+= -DMENU_COLOR_REGEX_POSIX
.endif
.if defined(WITH_STATUSCOLORS)
PATCHFILES+= nh343-statuscolors.fixed.patch
-PATCH_SITES+= http://jdc.koitsu.org/nethack/ \
+PATCH_SITES+= https://jdc.koitsu.org/nethack/ \
LOCAL/wxs
PATCH_DIST_STRIP= -p1
.endif