diff options
author | crees <crees@FreeBSD.org> | 2012-06-29 04:15:27 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2012-06-29 04:15:27 +0800 |
commit | abb8856f51208e97e7e2f49c7110b3d944c9fcf9 (patch) | |
tree | 194af5cf3688919859fe1e37d94b231e03e06eeb /games | |
parent | 4443dd11f5d7f7dbeaf30a043692969a9c5d70de (diff) | |
download | freebsd-ports-gnome-abb8856f51208e97e7e2f49c7110b3d944c9fcf9.tar.gz freebsd-ports-gnome-abb8856f51208e97e7e2f49c7110b3d944c9fcf9.tar.zst freebsd-ports-gnome-abb8856f51208e97e7e2f49c7110b3d944c9fcf9.zip |
Update maintainer addresses, MASTER_SITES and PATCH_SITES
PR: ports/169528
Submitted by: koitsu (maintainer)
Diffstat (limited to 'games')
-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 |