From 003b16565e67ccb1cda138d28a43f1ab4350d0b1 Mon Sep 17 00:00:00 2001 From: Greg Lewis Date: Mon, 17 Dec 2012 02:39:05 +0000 Subject: [PATCH] . Update URL for WITH_MENUCOLORS patch. PR: 174449 Submitted by: Jeremy Chadwick --- games/nethack34/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games/nethack34/Makefile b/games/nethack34/Makefile index 42d63315d609..a20c30fa268a 100644 --- a/games/nethack34/Makefile +++ b/games/nethack34/Makefile @@ -58,7 +58,7 @@ IGNORE= you cannot enable both HPMON and STATUSCOLORS .endif .if defined(WITH_MENUCOLORS) PATCHFILES+= nh343-menucolor.diff -PATCH_SITES+= http://bilious.homelinux.org/~paxed/nethack/ +PATCH_SITES+= http://bilious.alt.org/~paxed/nethack/ PATCH_DIST_STRIP= -p1 CFLAGS+= -DMENU_COLOR_REGEX_POSIX .endif