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/nethack3 | |
parent | 0bf09cf94582dc3995d06e0459db935861a1568b (diff) | |
download | ports-348b295a5989c2b57dfeccfbfa037ec6df91a622.tar.gz ports-348b295a5989c2b57dfeccfbfa037ec6df91a622.zip |
Notes
Diffstat (limited to 'games/nethack3')
-rw-r--r-- | games/nethack3/Makefile | 1 |
1 files changed, 1 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} |