diff options
Diffstat (limited to 'games/f1lt/Makefile')
-rw-r--r-- | games/f1lt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/f1lt/Makefile b/games/f1lt/Makefile index b6dea8fd2b4c..d33a2491846f 100644 --- a/games/f1lt/Makefile +++ b/games/f1lt/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= f1lt -PORTVERSION= 2.1.0 +PORTVERSION= 2.1.1 CATEGORIES= games MASTER_SITES= GOOGLE_CODE \ LOCAL/jgh/games/${PORTNAME}/ @@ -16,7 +16,7 @@ LICENSE= GPLv3 OPTIONS_DEFINE= DOCS USE_QT4= gui network moc_build qmake_build rcc_build uic_build -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +WRKSRC= ${WRKDIR}/${DISTNAME:S|-src||} HAS_CONFIGURE= yes USE_GMAKE= yes |