Index: head/games/blobwars/Makefile =================================================================== --- head/games/blobwars/Makefile (revision 486843) +++ head/games/blobwars/Makefile (revision 486844) @@ -1,50 +1,48 @@ # Created by: Loren M. Lang # $FreeBSD$ PORTNAME= blobwars PORTVERSION= 2.00 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/ MAINTAINER= ports@FreeBSD.org COMMENT= Mission and Objective based 2D Platform Game LICENSE= GPLv2+ CC-BY-3.0 CC-BY-SA-3.0 LICENSE_COMB= multi LICENSE_FILE_GPLv2+ = ${WRKSRC}/doc/license USES= gmake pkgconfig USE_SDL= image2 mixer2 net2 sdl2 ttf2 -WITH_ZLIB= yes INSTALLS_ICONS= yes PORTDOCS= * OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes NLS_USES= gettext post-patch: @${REINPLACE_CMD} \ -e 's|%%LOCALBASE%%|${LOCALBASE}|' \ ${WRKSRC}/Makefile - ${CHMOD} 664 ${WRKSRC}/icons/* post-patch-DOCS-off: @${REINPLACE_CMD} \ -e 's|mkdir -p $$(DESTDIR)$$(DOCDIR)|| ; \ s|cp -p $$(DOCS) $$(DESTDIR)$$(DOCDIR)||' \ ${WRKSRC}/Makefile post-patch-NLS-off: @${REINPLACE_CMD} -i '' -e '/LOCALE_MO =/d' \ ${WRKSRC}/Makefile post-install: - ${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png \ + @${LN} -sf ../icons/hicolor/48x48/apps/${PORTNAME}.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/ - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include Index: head/games/blobwars/pkg-descr =================================================================== --- head/games/blobwars/pkg-descr (revision 486843) +++ head/games/blobwars/pkg-descr (revision 486844) @@ -1,9 +1,9 @@ Blob Wars : Metal Blob Solid is a platform game, not unlike those found on the Amiga and SNES. The object of the game is to take on the role of solider Blob, Bob, and play through the various levels and attempt to rescue as many MIA (Missing In Action) Blobs as possible. This is not quite as straight forward as it sounds, since the MIAs will often be not directly reachable and will require some extra thought. Bob also has to contend with environmental hazards, alien invaders and assimilated Blobs. -WWW: http://www.parallelrealities.co.uk/p/blob-wars-metal-blob-solid.html +WWW: https://www.parallelrealities.co.uk/p/blob-wars-metal-blob-solid.html