svn commit: r405366 - head/games/stepmania-devel

Jason E. Hale jhale at FreeBSD.org
Wed Jan 6 16:18:47 UTC 2016


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 at 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


More information about the svn-ports-head mailing list