Index: head/games/cuyo/Makefile =================================================================== --- head/games/cuyo/Makefile (revision 509779) +++ head/games/cuyo/Makefile (revision 509780) @@ -1,41 +1,38 @@ # Created by: Matthew Gibson # $FreeBSD$ PORTNAME= cuyo PORTVERSION= 2.1.0 PORTEPOCH= 1 CATEGORIES= games MASTER_SITES= SAVANNAH MAINTAINER= ports@FreeBSD.org COMMENT= Nice, innovative, challenging Tetris-like game LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= gmake iconv +USES= gmake iconv localbase:ldflags USE_SDL= mixer image USE_XORG= x11 xau xdmcp GNU_CONFIGURE= yes INSTALLS_ICONS= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - # Do not use older versions PORTSCOUT= limit:[0-9]\.[0-9]\. OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes NLS_CONFIGURE_ENABLE= nls NLS_BUILD_DEPENDS= gsed:textproc/gsed NLS_USES= gettext perl5 NLS_USE= perl5=build NLS_LDFLAGS= -lintl -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC} && ${INSTALL_DATA} NEWS README ${STAGEDIR}${DOCSDIR}) .include Index: head/games/cuyo/pkg-descr =================================================================== --- head/games/cuyo/pkg-descr (revision 509779) +++ head/games/cuyo/pkg-descr (revision 509780) @@ -1,4 +1,4 @@ Cuyo is a tetris-like game which is suprisingly innovative, sometimes challenging, and has a very nice look. -WWW: http://www.karimmi.de/cuyo/ +WWW: https://www.karimmi.de/cuyo/