From 928772c1144bd8f557ab76bb1bc0b5d2083a6ad6 Mon Sep 17 00:00:00 2001 From: antoine Date: Sun, 5 Apr 2015 08:19:15 +0000 Subject: Unbreak INDEX --- games/linux-enemyterritory/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'games') diff --git a/games/linux-enemyterritory/Makefile b/games/linux-enemyterritory/Makefile index a4266b50f706..a5a0f5c5835e 100644 --- a/games/linux-enemyterritory/Makefile +++ b/games/linux-enemyterritory/Makefile @@ -27,6 +27,8 @@ OPTIONS_DEFINE= DOCS NVIDIA_GL NVIDIA_GL_RUN_DEPENDS= ${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/x11/nvidia-driver NVIDIA_GL_USE_OFF= linux_apps=dri +.include + do-extract: @${MKDIR} ${WRKSRC} @cd ${WRKSRC} && \ @@ -54,8 +56,6 @@ do-install: ${MKDIR} ${STAGEDIR}${ETDIR}/${DIR} .endfor -.include - .if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${STAGEDIR}${DOCSDIR} ${RMDIR} ${WRKSRC}/Docs/Help/_private -- cgit