svn commit: r317054 - head/games/f1lt

Jason Helfman jgh at FreeBSD.org
Wed May 1 22:11:35 UTC 2013


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>


More information about the svn-ports-head mailing list