Index: head/games/opengfx/Makefile =================================================================== --- head/games/opengfx/Makefile (revision 522474) +++ head/games/opengfx/Makefile (revision 522475) @@ -1,29 +1,30 @@ # Created by: Ilya A. Arkhipov # $FreeBSD$ PORTNAME= opengfx PORTVERSION= 0.5.5 CATEGORIES= games MASTER_SITES= http://bundles.openttdcoop.org/${PORTNAME}/releases/${PORTVERSION}/ \ http://m1cro.me/ports/distfiles/${PORTNAME}/releases/${PORTVERSION}/ MAINTAINER= rum1cro@yandex.ru COMMENT= Free alternative graphics for OpenTTD game engine LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/license.txt USES= zip NO_BUILD= yes NO_ARCH= yes # upstream zipped a tar file, unpack it. post-extract: @cd ${WRKDIR} && tar -xf ${PORTNAME}-${PORTVERSION}.tar do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/share/openttd/baseset/opengfx ${INSTALL_DATA} ${WRKDIR}/opengfx-${PORTVERSION}/* \ ${STAGEDIR}${PREFIX}/share/openttd/baseset/opengfx .include Index: head/games/opengfx/pkg-descr =================================================================== --- head/games/opengfx/pkg-descr (revision 522474) +++ head/games/opengfx/pkg-descr (revision 522475) @@ -1,3 +1,3 @@ OpenGFX is free alternative graphics for OpenTTD game engine. -WWW: http://dev.openttdcoop.org/projects/opengfx +WWW: https://github.com/OpenTTD/OpenGFX