diff options
author | jgh <jgh@FreeBSD.org> | 2013-03-24 09:44:44 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2013-03-24 09:44:44 +0800 |
commit | 395a84133a6f4bd3cbc7e963dc9d39b8751e6b07 (patch) | |
tree | a7f950b995a8dace35d2e0c2ce1d826c0ad57002 /games | |
parent | 8481e9da8fc8445d2f91e57d58edc450e559487a (diff) | |
download | freebsd-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/Makefile | 2 |
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 |