aboutsummaryrefslogtreecommitdiff
path: root/games/nethack34
diff options
context:
space:
mode:
authorJeremy Chadwick <koitsu@FreeBSD.org>2007-01-15 17:24:33 +0000
committerJeremy Chadwick <koitsu@FreeBSD.org>2007-01-15 17:24:33 +0000
commitd5fb42b34ba0e18f0d668809ed6f529fb524971d (patch)
tree37aca744d26657455a6b7aa7c32603cf9c432b7e /games/nethack34
parent448dc46dd94b0cc2f9830abae7ad3af3908a106e (diff)
downloadports-d5fb42b34ba0e18f0d668809ed6f529fb524971d.tar.gz
ports-d5fb42b34ba0e18f0d668809ed6f529fb524971d.zip
Notes
Diffstat (limited to 'games/nethack34')
-rw-r--r--games/nethack34/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/nethack34/Makefile b/games/nethack34/Makefile
index 33085e81be17..59b6331da0f5 100644
--- a/games/nethack34/Makefile
+++ b/games/nethack34/Makefile
@@ -53,7 +53,8 @@ CFLAGS+= -DMENU_COLOR_REGEX_POSIX
.endif
.if defined(WITH_HPMON)
PATCHFILES+= hpmon.diff
-PATCH_SITES+= http://www.netsonic.fi/~walker/nh/
+PATCH_SITES+= http://www.netsonic.fi/~walker/nh/ \
+ ${MASTER_SITE_LOCAL:S|%SUBDIR%|koitsu|}
PATCH_DIST_STRIP= -p1
CFLAGS+= -DHPMON
.endif