diff options
Diffstat (limited to 'games/f1lt')
-rw-r--r-- | games/f1lt/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/games/f1lt/Makefile b/games/f1lt/Makefile index c33120641cbe..62f8b5a6caa1 100644 --- a/games/f1lt/Makefile +++ b/games/f1lt/Makefile @@ -30,7 +30,7 @@ PLIST_FILES= bin/F1LT \ PLIST_DIRSTRY= share/f1lt PORTDOCS= CHANGELOG -.include <bsd.port.pre.mk> +.include <bsd.port.options.mk> post-patch-script: @${REINPLACE_CMD} -e 's|PREFIX = /opt/$$$$TARGET|PREFIX = ${PREFIX}|g' \ @@ -42,8 +42,6 @@ post-patch-script: ${WRKSRC}/src/tools/laptimecomparisondialog.cpp .endif -.include <bsd.port.options.mk> - do-configure: @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ ${QMAKE} ${QMAKEFLAGS} PREFIX=${PREFIX} F1LT.pro @@ -55,4 +53,4 @@ post-install: .endif @${LN} -s ${PREFIX}/bin/F1LT ${PREFIX}/bin/${PORTNAME} -.include <bsd.port.post.mk> +.include <bsd.port.mk> |