diff options
author | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2001-01-04 09:58:34 +0000 |
---|---|---|
committer | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2001-01-04 09:58:34 +0000 |
commit | 348b295a5989c2b57dfeccfbfa037ec6df91a622 (patch) | |
tree | 30dcaf2cfc1e5ecbe77d500fbe4935fb84f3c38a /games | |
parent | Update to 1.4. (diff) |
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.
Notes
Notes:
svn path=/head/; revision=36767
Diffstat (limited to '')
-rw-r--r-- | games/nethack3/Makefile | 1 | ||||
-rw-r--r-- | games/nethack33/Makefile | 1 | ||||
-rw-r--r-- | games/nethack34/Makefile | 1 |
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} |