From 988d23bfeaa6dc26ccc5d57fc573e5973e0f86fe Mon Sep 17 00:00:00 2001 From: krion Date: Mon, 3 Nov 2003 18:59:15 +0000 Subject: - Fix build on -current PR: 58876 Submitted by: Ports Fury --- games/xevil/Makefile | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) (limited to 'games/xevil/Makefile') diff --git a/games/xevil/Makefile b/games/xevil/Makefile index 3b51a50bf7a..06ea81e9d35 100644 --- a/games/xevil/Makefile +++ b/games/xevil/Makefile @@ -17,6 +17,9 @@ COMMENT= A fast-action, networked, anti-social, kill-everything game USE_X_PREFIX= yes USE_ZIP= yes USE_XPM= yes +USE_REINPLACE= yes +MAKE_ENV= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" +MAKEFILE= makefile ALL_TARGET= freebsd .include @@ -26,26 +29,19 @@ ALL_TARGET= freebsd CFLAGS+="-DXEVIL_KEYSET=UIalpha" .endif -.if ${OSVERSION} >= 501000 -BROKEN= "Does not compile on FreeBSD ${OSVERSION}" -.endif - pre-extract: @${MKDIR} ${WRKDIR}/${DISTNAME} do-extract: @unzip -aqo ${DISTDIR}/${DISTFILES} -d ${WRKSRC} -post-extract: - @${MV} -f ${WRKDIR}/${DISTNAME}/makefile ${WRKDIR}/${DISTNAME}/Makefile - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/x11/FREEBSD/xevil ${PREFIX}/bin/xevil .if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/xevil/instructions - ${INSTALL_DATA} ${WRKSRC}/readme.txt ${PREFIX}/share/doc/xevil - ${INSTALL_DATA} ${WRKSRC}/instructions/* \ - ${PREFIX}/share/doc/xevil/instructions + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/readme.txt ${DOCSDIR} + @${MKDIR} ${DOCSDIR}/instructions + ${INSTALL_DATA} ${WRKSRC}/instructions/* ${DOCSDIR}/instructions .endif .include -- cgit