diff options
Diffstat (limited to 'games/nethack33/Makefile')
-rw-r--r-- | games/nethack33/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/nethack33/Makefile b/games/nethack33/Makefile index 72269ecf6385..ea19b7314b8f 100644 --- a/games/nethack33/Makefile +++ b/games/nethack33/Makefile @@ -7,10 +7,8 @@ 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} +MASTER_SITES= ftp://ftp.nethack.org/pub/nethack/nh${PORTVERSION:S/.//g}/src/ MASTER_SITE_SUBDIR= nethack DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g} EXTRACT_SUFX= .tgz |