diff options
author | antoine <antoine@FreeBSD.org> | 2015-04-05 16:19:15 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-04-05 16:19:15 +0800 |
commit | 928772c1144bd8f557ab76bb1bc0b5d2083a6ad6 (patch) | |
tree | cd5573eea43d60ae234e3653eb270b6a7acd91d4 /games | |
parent | bc1160787894124a2954409b3a4eca41f1844809 (diff) | |
download | freebsd-ports-gnome-928772c1144bd8f557ab76bb1bc0b5d2083a6ad6.tar.gz freebsd-ports-gnome-928772c1144bd8f557ab76bb1bc0b5d2083a6ad6.tar.zst freebsd-ports-gnome-928772c1144bd8f557ab76bb1bc0b5d2083a6ad6.zip |
Unbreak INDEX
Diffstat (limited to 'games')
-rw-r--r-- | games/linux-enemyterritory/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 <bsd.port.options.mk> + do-extract: @${MKDIR} ${WRKSRC} @cd ${WRKSRC} && \ @@ -54,8 +56,6 @@ do-install: ${MKDIR} ${STAGEDIR}${ETDIR}/${DIR} .endfor -.include <bsd.port.options.mk> - .if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${STAGEDIR}${DOCSDIR} ${RMDIR} ${WRKSRC}/Docs/Help/_private |