diff options
Diffstat (limited to 'games/twitch/Makefile')
-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} |