summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2003-11-17 12:29:10 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2003-11-17 12:29:10 +0000
commitb3ba3ae4272e4c4220fb51995e26b0b707865b33 (patch)
tree43a10a02f7124aa5b738e7b4700f122f30641001 /games
parentNew port ecos-tools. This will install the configuration tools (diff)
USE_REINPLACE need be defined only when REINPLACE_CMD is used.
Notes
Notes: svn path=/head/; revision=94172
Diffstat (limited to '')
-rw-r--r--games/atomix/Makefile1
-rw-r--r--games/bomberclone/Makefile1
-rw-r--r--games/bombermaze/Makefile1
-rw-r--r--games/enigma/Makefile1
-rw-r--r--games/gnomoku/Makefile1
-rw-r--r--games/kdegames3/Makefile2
-rw-r--r--games/kdegames4/Makefile2
-rw-r--r--games/taxipilot/Makefile1
-rw-r--r--games/tinymux/Makefile1
-rw-r--r--games/xevil/Makefile1
-rw-r--r--games/xshisen/Makefile1
11 files changed, 0 insertions, 13 deletions
diff --git a/games/atomix/Makefile b/games/atomix/Makefile
index d65e6da742f5..b6d97f0bdab0 100644
--- a/games/atomix/Makefile
+++ b/games/atomix/Makefile
@@ -15,7 +15,6 @@ COMMENT= A yet another little mind game
USE_X_PREFIX= yes
USE_GNOME= gnomeprefix gnomehack gnomelibs
-USE_REINPLACE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
diff --git a/games/bomberclone/Makefile b/games/bomberclone/Makefile
index 6d97dcf99638..d617c7a2e866 100644
--- a/games/bomberclone/Makefile
+++ b/games/bomberclone/Makefile
@@ -20,7 +20,6 @@ LIB_DEPENDS= SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer \
GNU_CONFIGURE= yes
USE_XLIB= yes
-USE_REINPLACE= yes
USE_SDL= yes
USE_GMAKE= yes
USE_BZIP2= yes
diff --git a/games/bombermaze/Makefile b/games/bombermaze/Makefile
index ac19436bc0f1..91b99bd11d83 100644
--- a/games/bombermaze/Makefile
+++ b/games/bombermaze/Makefile
@@ -17,7 +17,6 @@ COMMENT= A Bomberman clone for GNOME
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack gnomelibs gdkpixbuf
-USE_REINPLACE= yes
USE_LIBTOOL= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
diff --git a/games/enigma/Makefile b/games/enigma/Makefile
index 750c34e753f5..3859d0a0c213 100644
--- a/games/enigma/Makefile
+++ b/games/enigma/Makefile
@@ -23,7 +23,6 @@ LIB_DEPENDS= SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer \
GNU_CONFIGURE= yes
USE_XLIB= yes
-USE_REINPLACE= yes
USE_GMAKE= yes
SDL_CONFIG= ${LOCALBASE}/bin/sdl11-config
CONFIGURE_ARGS= --target=""
diff --git a/games/gnomoku/Makefile b/games/gnomoku/Makefile
index e11ed51e8e01..88ba80bf4f2c 100644
--- a/games/gnomoku/Makefile
+++ b/games/gnomoku/Makefile
@@ -18,7 +18,6 @@ LIB_DEPENDS= gnomemm-1.2.10:${PORTSDIR}/x11-toolkits/gnome--
USE_X_PREFIX= yes
USE_GNOME= gnomeprefix gnomehack gnomelibs
-USE_REINPLACE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
diff --git a/games/kdegames3/Makefile b/games/kdegames3/Makefile
index 0d6f0a09581a..e1de41c553bd 100644
--- a/games/kdegames3/Makefile
+++ b/games/kdegames3/Makefile
@@ -20,8 +20,6 @@ PREFIX= ${KDE_PREFIX}
USE_BZIP2= yes
USE_GMAKE= yes
-USE_REINPLACE= yes
-USE_REINPLACE= yes
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
diff --git a/games/kdegames4/Makefile b/games/kdegames4/Makefile
index 0d6f0a09581a..e1de41c553bd 100644
--- a/games/kdegames4/Makefile
+++ b/games/kdegames4/Makefile
@@ -20,8 +20,6 @@ PREFIX= ${KDE_PREFIX}
USE_BZIP2= yes
USE_GMAKE= yes
-USE_REINPLACE= yes
-USE_REINPLACE= yes
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
diff --git a/games/taxipilot/Makefile b/games/taxipilot/Makefile
index 108975267c8c..b5acf7d5feef 100644
--- a/games/taxipilot/Makefile
+++ b/games/taxipilot/Makefile
@@ -20,7 +20,6 @@ GNU_CONFIGURE= yes
CONFIGURE_TARGET=
CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_GMAKE= yes
-USE_REINPLACE= yes
.include <bsd.port.pre.mk>
diff --git a/games/tinymux/Makefile b/games/tinymux/Makefile
index 2309c4ed9ed6..145e7554179f 100644
--- a/games/tinymux/Makefile
+++ b/games/tinymux/Makefile
@@ -18,7 +18,6 @@ LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm
WRKSRC= ${WRKDIR}/src
-USE_REINPLACE= yes
USE_AUTOCONF= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
diff --git a/games/xevil/Makefile b/games/xevil/Makefile
index 06ea81e9d359..da54b0afc95e 100644
--- a/games/xevil/Makefile
+++ b/games/xevil/Makefile
@@ -17,7 +17,6 @@ COMMENT= A fast-action, networked, anti-social, kill-everything game
USE_X_PREFIX= yes
USE_ZIP= yes
USE_XPM= yes
-USE_REINPLACE= yes
MAKE_ENV= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}"
MAKEFILE= makefile
ALL_TARGET= freebsd
diff --git a/games/xshisen/Makefile b/games/xshisen/Makefile
index 190704595122..e5a6ca264d41 100644
--- a/games/xshisen/Makefile
+++ b/games/xshisen/Makefile
@@ -19,7 +19,6 @@ BUILD_DEPENDS= nkf:${PORTSDIR}/japanese/nkf
#IS_INTERACTIVE= YES # Has to create an app-defaults file
USE_X_PREFIX= yes
USE_XPM= yes
-USE_REINPLACE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --datadir="${X11BASE}/lib/X11" \
--enable-japanese=euc #Japanese char set euc, jis sjis