Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Mar 2013 01:44:44 +0000 (UTC)
From:      Jason Helfman <jgh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r315089 - head/games/f1lt
Message-ID:  <201303240144.r2O1iidj068752@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jgh
Date: Sun Mar 24 01:44:44 2013
New Revision: 315089
URL: http://svnweb.freebsd.org/changeset/ports/315089

Log:
  - fix WRKSRC

Modified:
  head/games/f1lt/Makefile

Modified: head/games/f1lt/Makefile
==============================================================================
--- head/games/f1lt/Makefile	Sun Mar 24 01:13:47 2013	(r315088)
+++ head/games/f1lt/Makefile	Sun Mar 24 01:44:44 2013	(r315089)
@@ -15,7 +15,7 @@ LICENSE=	GPLv3
 OPTIONS_DEFINE=	DOCS
 
 USE_QT4=	gui network moc_build qmake_build rcc_build uic_build
-WRKSRC=	${PORTNAME}-${PORTVERSION}
+WRKSRC=	${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
 HAS_CONFIGURE=	yes
 USE_GMAKE=	yes



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