svn commit: r315089 - head/games/f1lt
Jason Helfman
jgh at FreeBSD.org
Sun Mar 24 01:44:45 UTC 2013
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
More information about the svn-ports-head
mailing list