aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorasmodai <asmodai@FreeBSD.org>2001-01-04 17:58:34 +0800
committerasmodai <asmodai@FreeBSD.org>2001-01-04 17:58:34 +0800
commitb66525b4f8e1cfcced28761d7ce5696bae57ba99 (patch)
tree76f0815a4707959fe5bb916e67799da719e3355a
parent5c6e15c4924c72bdf08cc688784c932ac059a206 (diff)
downloadfreebsd-ports-gnome-b66525b4f8e1cfcced28761d7ce5696bae57ba99.tar.gz
freebsd-ports-gnome-b66525b4f8e1cfcced28761d7ce5696bae57ba99.tar.zst
freebsd-ports-gnome-b66525b4f8e1cfcced28761d7ce5696bae57ba99.zip
I cannot imagine how this port could've worked without the missing
PORTVERSION2 variable. Weird thing is that bento doesn't yield any errors on it. Apologies to the maintainer for not consulting him, but the fix is pretty trivial.
-rw-r--r--games/nethack3/Makefile1
-rw-r--r--games/nethack33/Makefile1
-rw-r--r--games/nethack34/Makefile1
3 files changed, 3 insertions, 0 deletions
diff --git a/games/nethack3/Makefile b/games/nethack3/Makefile
index 829ca11796db..72269ecf6385 100644
--- a/games/nethack3/Makefile
+++ b/games/nethack3/Makefile
@@ -7,6 +7,7 @@
PORTNAME= nethack
PORTVERSION= 3.3.1
+PORTVERSION2= ${PORTVERSION:S/.//g}
CATEGORIES= games
MASTER_SITES= ftp://ftp.nethack.org/pub/nethack/nh${PORTVERSION2}/src/ \
${MASTER_SITE_GNU}
diff --git a/games/nethack33/Makefile b/games/nethack33/Makefile
index 829ca11796db..72269ecf6385 100644
--- a/games/nethack33/Makefile
+++ b/games/nethack33/Makefile
@@ -7,6 +7,7 @@
PORTNAME= nethack
PORTVERSION= 3.3.1
+PORTVERSION2= ${PORTVERSION:S/.//g}
CATEGORIES= games
MASTER_SITES= ftp://ftp.nethack.org/pub/nethack/nh${PORTVERSION2}/src/ \
${MASTER_SITE_GNU}
diff --git a/games/nethack34/Makefile b/games/nethack34/Makefile
index 829ca11796db..72269ecf6385 100644
--- a/games/nethack34/Makefile
+++ b/games/nethack34/Makefile
@@ -7,6 +7,7 @@
PORTNAME= nethack
PORTVERSION= 3.3.1
+PORTVERSION2= ${PORTVERSION:S/.//g}
CATEGORIES= games
MASTER_SITES= ftp://ftp.nethack.org/pub/nethack/nh${PORTVERSION2}/src/ \
${MASTER_SITE_GNU}