Date: Wed, 6 Jan 2016 16:18:46 +0000 (UTC) From: "Jason E. Hale" <jhale@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405366 - head/games/stepmania-devel Message-ID: <201601061618.u06GIkM3014904@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jhale Date: Wed Jan 6 16:18:46 2016 New Revision: 405366 URL: https://svnweb.freebsd.org/changeset/ports/405366 Log: - Fix typo in COMMENT - Remove pathfix from USES as it does nothing for ports that use CMake yet and this port does not install pkgconfig files Modified: head/games/stepmania-devel/Makefile Modified: head/games/stepmania-devel/Makefile ============================================================================== --- head/games/stepmania-devel/Makefile Wed Jan 6 16:16:22 2016 (r405365) +++ head/games/stepmania-devel/Makefile Wed Jan 6 16:18:46 2016 (r405366) @@ -9,7 +9,7 @@ CATEGORIES= games PKGNAMESUFFIX= -devel MAINTAINER= ports@FreeBSD.org -COMMENT= Rrhythm game simulator +COMMENT= Rhythm game simulator LICENSE= MIT LICENSE_FILE= ${WRKSRC}/Docs/Licenses.txt @@ -19,7 +19,7 @@ LIB_DEPENDS= libpcre.so:${PORTSDIR}/deve USE_GITHUB= yes -USES= cmake:outsource iconv jpeg pathfix perl5 pkgconfig shebangfix +USES= cmake:outsource iconv jpeg perl5 pkgconfig shebangfix SHEBANG_FILES= Utils/*.pl extern/zlib/zlib2ansi USE_XORG= x11 xrandr xtst USE_GL= glew
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601061618.u06GIkM3014904>