aboutsummaryrefslogtreecommitdiffstats
path: root/games/f1lt
diff options
context:
space:
mode:
authorjgh <jgh@FreeBSD.org>2013-05-02 06:11:34 +0800
committerjgh <jgh@FreeBSD.org>2013-05-02 06:11:34 +0800
commit32466e5edf7af4ecb9c5bedf0105c51ada8fbf3f (patch)
treef9f546cfed4f3f245597880a62b9e681fa3dc94c /games/f1lt
parent5ce89be16bc63f759c7d0c49cf80e21ab962fc96 (diff)
downloadfreebsd-ports-gnome-32466e5edf7af4ecb9c5bedf0105c51ada8fbf3f.tar.gz
freebsd-ports-gnome-32466e5edf7af4ecb9c5bedf0105c51ada8fbf3f.tar.zst
freebsd-ports-gnome-32466e5edf7af4ecb9c5bedf0105c51ada8fbf3f.zip
- remove unnecessary processing
Diffstat (limited to 'games/f1lt')
-rw-r--r--games/f1lt/Makefile6
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>