diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 13:18:17 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 13:18:17 +0000 |
commit | 999161a9ed97730daec86fd4a1472d43f1f3c106 (patch) | |
tree | f20c586b0416176f121176e4710700155b5cf9bf /games | |
parent | a2636bcc7e88f570e1db12e44a992761fc891649 (diff) | |
download | ports-999161a9ed97730daec86fd4a1472d43f1f3c106.tar.gz ports-999161a9ed97730daec86fd4a1472d43f1f3c106.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/adonthell/Makefile | 2 | ||||
-rw-r--r-- | games/cultivation/Makefile | 2 | ||||
-rw-r--r-- | games/gcompris/Makefile | 2 | ||||
-rw-r--r-- | games/gnono/Makefile | 2 | ||||
-rw-r--r-- | games/osgg/Makefile | 2 | ||||
-rw-r--r-- | games/stransball2/Makefile | 2 | ||||
-rw-r--r-- | games/tetrinet-x/Makefile | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/games/adonthell/Makefile b/games/adonthell/Makefile index 88f548eed0f2..f75c211eefb9 100644 --- a/games/adonthell/Makefile +++ b/games/adonthell/Makefile @@ -8,7 +8,7 @@ PORTREVISION= 13 CATEGORIES= games MASTER_SITES= SAVANNAH DISTFILES= ${PORTNAME}-src-${PORTVERSION}${EXTRACT_SUFX} \ - wastesedge-src-${WEDGE_VERSION}${EXTRACT_SUFX} + wastesedge-src-${WEDGE_VERSION}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= Free role playing game diff --git a/games/cultivation/Makefile b/games/cultivation/Makefile index a26acf31a372..8581c6ae6143 100644 --- a/games/cultivation/Makefile +++ b/games/cultivation/Makefile @@ -36,7 +36,7 @@ post-patch: @${REINPLACE_CMD} -e 's|font\.tga|${DATADIR}/font.tga|; \ s|language\.txt|${DATADIR}/language.txt|; \ s|features\.txt|${DATADIR}/features.txt|' \ - ${BUILD_WRKSRC}/game.cpp + ${BUILD_WRKSRC}/game.cpp @${REINPLACE_CMD} -e 's|"languages"|"${DATADIR}/languages"|' \ ${WRKSRC}/../minorGems/util/TranslationManager.cpp diff --git a/games/gcompris/Makefile b/games/gcompris/Makefile index 8fc19525e531..5acbf9a6178f 100644 --- a/games/gcompris/Makefile +++ b/games/gcompris/Makefile @@ -31,7 +31,7 @@ USE_GNOME= intlhack gnomeprefix gtk20 pygtk2 libxml2 librsvg2 post-patch: @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \ - ${WRKSRC}/src/gcompris/gcompris.c + ${WRKSRC}/src/gcompris/gcompris.c @${FIND} ${WRKSRC} -type f -name "*.bak" -delete post-install: diff --git a/games/gnono/Makefile b/games/gnono/Makefile index 2d1544e2cfe7..c8c8256f8af2 100644 --- a/games/gnono/Makefile +++ b/games/gnono/Makefile @@ -19,7 +19,7 @@ LDFLAGS+= -L${LOCALBASE}/lib post-patch: @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -E -e \ - 's|-DG.*_DISABLE_DEPRECATED||g' -e 's|-Werror||g' + 's|-DG.*_DISABLE_DEPRECATED||g' -e 's|-Werror||g' @${REINPLACE_CMD} -e 's|glib/garray.h|glib.h|g' \ -e 's|glib/gmessages.h|glib.h|g' \ -e 's|glib/gtypes.h|glib.h|g' \ diff --git a/games/osgg/Makefile b/games/osgg/Makefile index a406379d4350..a445681faa74 100644 --- a/games/osgg/Makefile +++ b/games/osgg/Makefile @@ -31,7 +31,7 @@ do-build: cd ${WRKSRC} && ${CXX} ${CXXFLAGS} `${SDL_CONFIG} --libs --cflags` \ -lGL -lSDL_image -lSDL_ttf -lSDL_mixer -o ${PORTNAME} \ -DDATADIR="\"${DATADIR}/\"" \ - main.cpp text.cpp sound.cpp + main.cpp text.cpp sound.cpp do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ diff --git a/games/stransball2/Makefile b/games/stransball2/Makefile index 59fb40bfbc2b..7951f9129ecb 100644 --- a/games/stransball2/Makefile +++ b/games/stransball2/Makefile @@ -33,7 +33,7 @@ post-patch: @${FIND} ${BUILD_WRKSRC} -name '*.cpp' | ${XARGS} ${REINPLACE_CMD} \ -e 's|demos/|${DATADIR}/&|g; s|graphics/|${DATADIR}/&|g; \ s|maps/|${DATADIR}/&|g; s|sound/|${DATADIR}/&|g; \ - s|"maps"|"${DATADIR}/maps"|g' + s|"maps"|"${DATADIR}/maps"|g' do-install: ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ diff --git a/games/tetrinet-x/Makefile b/games/tetrinet-x/Makefile index 36b01e230626..228e965cdb0d 100644 --- a/games/tetrinet-x/Makefile +++ b/games/tetrinet-x/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 1.13.16 PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://utenti.gufi.org/~gmarco/files/distfiles/ \ - ftp://ftp.dementia.nu/tetrinet/servers/tetrix/ + ftp://ftp.dementia.nu/tetrinet/servers/tetrix/ DISTNAME= ${PORTNAME}.${PORTVERSION} EXTRACT_SUFX= .tgz |