aboutsummaryrefslogtreecommitdiffstats
path: root/games/nethack34/Makefile
diff options
context:
space:
mode:
authorkoitsu <koitsu@FreeBSD.org>2008-05-27 16:22:29 +0800
committerkoitsu <koitsu@FreeBSD.org>2008-05-27 16:22:29 +0800
commit2dc9b6d3bb8499905c70d1c38dd43371acf47a9a (patch)
tree41b8c6e1d7eb5e8cfc3b383d361d190e088d90ad /games/nethack34/Makefile
parente45cfe32c8d2139075ab0928f750a1b59bd1c786 (diff)
downloadfreebsd-ports-gnome-2dc9b6d3bb8499905c70d1c38dd43371acf47a9a.tar.gz
freebsd-ports-gnome-2dc9b6d3bb8499905c70d1c38dd43371acf47a9a.tar.zst
freebsd-ports-gnome-2dc9b6d3bb8499905c70d1c38dd43371acf47a9a.zip
Update menucolors patch. Use official patchsite as well.
Diffstat (limited to 'games/nethack34/Makefile')
-rw-r--r--games/nethack34/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/games/nethack34/Makefile b/games/nethack34/Makefile
index f8b009d1d684..a59ff8278531 100644
--- a/games/nethack34/Makefile
+++ b/games/nethack34/Makefile
@@ -44,9 +44,8 @@ GRAPHICS= GNOME_GRAPHICS
.elif ${PKGNAMESUFFIX} == "-nox11"
GRAPHICS= # none
.if defined(WITH_MENUCOLORS)
-PATCHFILES+= nh343-menucolor_jilles.diff
-PATCH_SITES+= http://www.stack.nl/~jilles/games/ \
- ${MASTER_SITE_LOCAL:S|%SUBDIR%|glewis|}
+PATCHFILES+= nh343-menucolor.diff
+PATCH_SITES+= http://bilious.homelinux.org/~paxed/nethack/
PATCH_DIST_STRIP= -p1
CFLAGS+= -DMENU_COLOR_REGEX_POSIX
.endif