diff options
author | Chris Rees <crees@FreeBSD.org> | 2012-06-28 20:15:27 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2012-06-28 20:15:27 +0000 |
commit | a8fd68c4528331e2b1d865678a05bebef617ac3b (patch) | |
tree | 14c42615238604eab340c212a3d4ff672aa98433 /games/nethack34 | |
parent | ec89c245c076968925d32400d00b85961177b486 (diff) | |
download | ports-a8fd68c4528331e2b1d865678a05bebef617ac3b.tar.gz ports-a8fd68c4528331e2b1d865678a05bebef617ac3b.zip |
Notes
Diffstat (limited to 'games/nethack34')
-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 |