Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 May 2013 22:11:35 +0000 (UTC)
From:      Jason Helfman <jgh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r317054 - head/games/f1lt
Message-ID:  <201305012211.r41MBZVZ037460@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jgh
Date: Wed May  1 22:11:34 2013
New Revision: 317054
URL: http://svnweb.freebsd.org/changeset/ports/317054

Log:
  - remove unnecessary processing

Modified:
  head/games/f1lt/Makefile

Modified: head/games/f1lt/Makefile
==============================================================================
--- head/games/f1lt/Makefile	Wed May  1 21:52:05 2013	(r317053)
+++ head/games/f1lt/Makefile	Wed May  1 22:11:34 2013	(r317054)
@@ -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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305012211.r41MBZVZ037460>