diff options
| author | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-04-28 16:22:28 +0000 |
|---|---|---|
| committer | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-04-28 16:22:28 +0000 |
| commit | 88f27ddfee23dfebc41f2857fc0fb372f4a92ff9 (patch) | |
| tree | 91b3ab7e0c0145b3ee9ae94a7084ef45a9c3ac26 | |
| parent | - Port is stage safe (diff) | |
- Change master site
- Use tar:bzip2 instead of USE_BZIP2=yes
- Change Desktop entry file
| -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||' \ |
