diff options
author | glewis <glewis@FreeBSD.org> | 2016-01-21 13:22:39 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2016-01-21 13:22:39 +0800 |
commit | 8fd86b38074da7409ce33a2e49d50d6d7f9d07cc (patch) | |
tree | d2412dbb992a5e1d78d355a92a401aeba508f38f /games | |
parent | 53d37ea692c70c3cd0e77f8f98a7e9bc06de7526 (diff) | |
download | freebsd-ports-graphics-8fd86b38074da7409ce33a2e49d50d6d7f9d07cc.tar.gz freebsd-ports-graphics-8fd86b38074da7409ce33a2e49d50d6d7f9d07cc.tar.zst freebsd-ports-graphics-8fd86b38074da7409ce33a2e49d50d6d7f9d07cc.zip |
. Fix MASTER_SITES and thus fetch.
Diffstat (limited to 'games')
-rw-r--r-- | games/nethack33/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/nethack33/Makefile b/games/nethack33/Makefile index 36490087034..c9bd0ff145e 100644 --- a/games/nethack33/Makefile +++ b/games/nethack33/Makefile @@ -5,7 +5,7 @@ PORTNAME= nethack33 PORTVERSION= 3.3.1 PORTREVISION= 11 CATEGORIES= games -MASTER_SITES= SF +MASTER_SITES= SF/${TRUEPORTNAME}/${TRUEPORTNAME}/${PORTVERSION} DISTNAME= ${TRUEPORTNAME}-${PORTVERSION:S/.//g} MAINTAINER= glewis@FreeBSD.org |