svn commit: r406823 - head/games/nethack33

Greg Lewis glewis at FreeBSD.org
Thu Jan 21 05:22:40 UTC 2016


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 at FreeBSD.org


More information about the svn-ports-all mailing list