diff options
author | olgeni <olgeni@FreeBSD.org> | 2014-06-09 03:51:27 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2014-06-09 03:51:27 +0800 |
commit | e8a20a9bdad9bd3a1cf38614c98d2b1b819a0d3a (patch) | |
tree | 0ad23c2fc638bccd76a5e7adf6ab2f1e78be6ddb /games/twitch | |
parent | 485b04218c906f71fa9dc80d92043682adb47cc5 (diff) | |
download | freebsd-ports-gnome-e8a20a9bdad9bd3a1cf38614c98d2b1b819a0d3a.tar.gz freebsd-ports-gnome-e8a20a9bdad9bd3a1cf38614c98d2b1b819a0d3a.tar.zst freebsd-ports-gnome-e8a20a9bdad9bd3a1cf38614c98d2b1b819a0d3a.zip |
Remove all space characters from Makefile assignments.
No functional changes included.
CR: D193 (except math/sedumi)
Approved by: portmgr (bapt)
Diffstat (limited to 'games/twitch')
-rw-r--r-- | games/twitch/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/twitch/Makefile b/games/twitch/Makefile index a46fc918522d..5cefd930b2c4 100644 --- a/games/twitch/Makefile +++ b/games/twitch/Makefile @@ -7,14 +7,14 @@ PORTREVISION= 9 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/Twitch/${PORTVERSION}/ \ SF/nemysisfreebsdp/${CATEGORIES}/:icons -DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \ +DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \ ${PORTNAME}.png:icons -EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} +EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} MAINTAINER= games@FreeBSD.org COMMENT= Overhead 2-d shooter, reminiscent of games like Robotron -LICENSE= GPLv2 +LICENSE= GPLv2 RUN_DEPENDS= ${PYGAME} |