Index: head/games/xevil/Makefile =================================================================== --- head/games/xevil/Makefile (revision 390281) +++ head/games/xevil/Makefile (revision 390282) @@ -1,42 +1,43 @@ # Created by: G_ran Runfeldt # $FreeBSD$ PORTNAME= xevil PORTVERSION= 2.02.r2 PORTREVISION= 2 CATEGORIES= games -MASTER_SITES= SF/${PORTNAME}.mirror \ - http://www.xevil.com/download/stable/ +MASTER_SITES= http://www.xevil.com/download/stable/ \ + http://mirror.amdmi3.ru/distfiles/ DISTNAME= ${PORTNAME}src${PORTVERSION:S/.r/r/} MAINTAINER= ports@FreeBSD.org COMMENT= Fast-action, networked, anti-social, kill-everything game -LICENSE= GPLv2 +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/gpl.txt -OPTIONS_DEFINE= DOCS +NO_WRKSUBDIR= yes -NO_WRKSUBDIR=yes - USES= dos2unix zip USE_XORG= xpm DOS2UNIX_GLOB= *.cpp *.h config.mk makefile MAKEFILE= makefile MAKE_ARGS= DEPTH="${WRKSRC}" ALL_TARGET= ${OPSYS:tl} PORTDOCS= * PLIST_FILES= bin/${PORTNAME} + +OPTIONS_DEFINE= DOCS post-patch: @${FIND} ${WRKSRC} -name "*.xpm" | ${XARGS} ${REINPLACE_CMD} -e \ 's|^static char|static const char|' do-install: ${INSTALL_PROGRAM} ${WRKSRC}/x11/${OPSYS:tu}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/readme.txt ${STAGEDIR}${DOCSDIR} @${MKDIR} ${STAGEDIR}${DOCSDIR}/instructions ${INSTALL_DATA} ${WRKSRC}/instructions/* ${STAGEDIR}${DOCSDIR}/instructions .include