Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Nov 2012 13:25:21 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r307069 - head/games/doomlegacy
Message-ID:  <201211061325.qA6DPLgr068502@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Tue Nov  6 13:25:20 2012
New Revision: 307069
URL: http://svnweb.freebsd.org/changeset/ports/307069

Log:
  - Fix stupid typo in MASTER_SITES
  - Really remove pkg-plist
  
  Feature safe:	yes
  Pointy hat to:	danfe

Deleted:
  head/games/doomlegacy/pkg-plist
Modified:
  head/games/doomlegacy/Makefile

Modified: head/games/doomlegacy/Makefile
==============================================================================
--- head/games/doomlegacy/Makefile	Tue Nov  6 13:15:40 2012	(r307068)
+++ head/games/doomlegacy/Makefile	Tue Nov  6 13:25:20 2012	(r307069)
@@ -6,7 +6,7 @@ DISTVERSION=	1.44_alpha3
 PORTEPOCH=	1
 CATEGORIES=	games
 MASTER_SITES=	http://doomlegacy.sourceforge.net/releases/ \
-		http://freebsd.nsu.ru/distfiles/legacy.wad:wad
+		http://freebsd.nsu.ru/distfiles/:wad
 DISTNAME=	${PORTNAME}_${DISTVERSION}_src_r${SVN_REV}
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX} legacy.wad:wad
 DIST_SUBDIR=	${PORTNAME}



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