aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorjgh <jgh@FreeBSD.org>2013-03-24 09:44:44 +0800
committerjgh <jgh@FreeBSD.org>2013-03-24 09:44:44 +0800
commit395a84133a6f4bd3cbc7e963dc9d39b8751e6b07 (patch)
treea7f950b995a8dace35d2e0c2ce1d826c0ad57002 /games
parent8481e9da8fc8445d2f91e57d58edc450e559487a (diff)
downloadfreebsd-ports-gnome-395a84133a6f4bd3cbc7e963dc9d39b8751e6b07.tar.gz
freebsd-ports-gnome-395a84133a6f4bd3cbc7e963dc9d39b8751e6b07.tar.zst
freebsd-ports-gnome-395a84133a6f4bd3cbc7e963dc9d39b8751e6b07.zip
- fix WRKSRC
Diffstat (limited to 'games')
-rw-r--r--games/f1lt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/f1lt/Makefile b/games/f1lt/Makefile
index b6f88ea72ba7..c66eddbb8f95 100644
--- a/games/f1lt/Makefile
+++ b/games/f1lt/Makefile
@@ -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