diff options
Diffstat (limited to 'games/nethack34/Makefile')
-rw-r--r-- | games/nethack34/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/nethack34/Makefile b/games/nethack34/Makefile index dfd3a05be614..42d63315d609 100644 --- a/games/nethack34/Makefile +++ b/games/nethack34/Makefile @@ -64,7 +64,7 @@ CFLAGS+= -DMENU_COLOR_REGEX_POSIX .endif .if defined(WITH_STATUSCOLORS) PATCHFILES+= nh343-statuscolors.fixed.patch -PATCH_SITES+= http://jdc.parodius.com/nethack/ \ +PATCH_SITES+= http://jdc.koitsu.org/nethack/ \ ${MASTER_SITE_LOCAL:S|%SUBDIR%|wxs|} PATCH_DIST_STRIP= -p1 .endif |