diff options
author | nemysis <nemysis@FreeBSD.org> | 2014-04-29 00:22:28 +0800 |
---|---|---|
committer | nemysis <nemysis@FreeBSD.org> | 2014-04-29 00:22:28 +0800 |
commit | 1873b76580ccb51e947621efecd4658fbae1f2eb (patch) | |
tree | 91b3ab7e0c0145b3ee9ae94a7084ef45a9c3ac26 /games | |
parent | 688893baee79e9255c78c1f1ad47470caefe0ed6 (diff) | |
download | freebsd-ports-gnome-1873b76580ccb51e947621efecd4658fbae1f2eb.tar.gz freebsd-ports-gnome-1873b76580ccb51e947621efecd4658fbae1f2eb.tar.zst freebsd-ports-gnome-1873b76580ccb51e947621efecd4658fbae1f2eb.zip |
- Change master site
- Use tar:bzip2 instead of USE_BZIP2=yes
- Change Desktop entry file
Diffstat (limited to 'games')
-rw-r--r-- | games/xgalaga-sdl/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/games/xgalaga-sdl/Makefile b/games/xgalaga-sdl/Makefile index fe44920fd66f..49e89506b54e 100644 --- a/games/xgalaga-sdl/Makefile +++ b/games/xgalaga-sdl/Makefile @@ -5,7 +5,7 @@ PORTNAME= xgalaga-sdl PORTVERSION= 2.1.1.0 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/ \ - SF/nemysisfreebsdp/:icons + SF/nemysisfreebsdp/${CATEGORIES}/:icons DISTFILES= ${PORTNAME}-${DISTVERSION}-sdl${EXTRACT_SUFX} \ ${PORTNAME}.png:icons EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}-sdl${EXTRACT_SUFX} @@ -17,7 +17,7 @@ LICENSE= GPLv2 WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}-sdl -USE_BZIP2= yes +USES= tar:bzip2 USE_SDL= sdl gfx image mixer ttf GNU_CONFIGURE= yes CONFIGURE_ARGS= --datadir=${DATADIR} @@ -26,12 +26,11 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib PORTDOCS= CREDITS README - -DESKTOP_ENTRIES="XGalaga SDL" "${COMMENT}" "${PORTNAME}" \ - "${PORTNAME}" "Game;ArcadeGame;" false - OPTIONS_DEFINE= DOCS +DESKTOP_ENTRIES="XGalaga SDL" "" "${PORTNAME}" \ + "${PORTNAME}" "Game;ArcadeGame;" "" + post-patch: @${REINPLACE_CMD} -e 's|CREDITS||' \ -e 's|fonts/copyright||' \ |