svn commit: r317948 - head/games/quake-extras
Alexey Dokuchaev
danfe at FreeBSD.org
Sun May 12 12:03:06 UTC 2013
Author: danfe
Date: Sun May 12 12:03:06 2013
New Revision: 317948
URL: http://svnweb.freebsd.org/changeset/ports/317948
Log:
Unbreak after r317934.
Modified:
head/games/quake-extras/Makefile
Modified: head/games/quake-extras/Makefile
==============================================================================
--- head/games/quake-extras/Makefile Sun May 12 11:48:49 2013 (r317947)
+++ head/games/quake-extras/Makefile Sun May 12 12:03:06 2013 (r317948)
@@ -33,6 +33,7 @@ RETEXTURE_HQ_DESC= High quality textures
RETEXTURE_LW_DESC= Low (still good) quality textures (15MB)
SKYBOXES_DESC= Skyboxes (sky replacement images)
+.include "${.CURDIR}/../quake-data/Makefile.include"
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MREMODEL} || ${PORT_OPTIONS:MSKYBOXES}
@@ -135,5 +136,4 @@ do-install:
${CP} -a ${WRKSRC}/skyboxes/* ${DATADIR}/id1
.endif
-.include "${.CURDIR}/../quake-data/Makefile.include"
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list