Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Jan 2016 05:22:39 +0000 (UTC)
From:      Greg Lewis <glewis@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r406823 - head/games/nethack33
Message-ID:  <201601210522.u0L5MdDV080023@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: glewis
Date: Thu Jan 21 05:22:39 2016
New Revision: 406823
URL: https://svnweb.freebsd.org/changeset/ports/406823

Log:
  . Fix MASTER_SITES and thus fetch.

Modified:
  head/games/nethack33/Makefile

Modified: head/games/nethack33/Makefile
==============================================================================
--- head/games/nethack33/Makefile	Thu Jan 21 05:20:02 2016	(r406822)
+++ head/games/nethack33/Makefile	Thu Jan 21 05:22:39 2016	(r406823)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601210522.u0L5MdDV080023>