summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2006-02-19 11:39:14 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2006-02-19 11:39:14 +0000
commit1337aded1e981fd92dfdeaad531b667ebbe30b57 (patch)
tree2014d824f2cef34bfa703571eba0d3315ba070d1 /audio
parentFix failure of anthy dictionary generation with TMPDIR environment variable. (diff)
Remove deprecated USE_REINPLACE
Notes
Notes: svn path=/head/; revision=156387
Diffstat (limited to 'audio')
-rw-r--r--audio/aylet/Makefile1
-rw-r--r--audio/checkmate/Makefile1
-rw-r--r--audio/libadplug/Makefile1
-rw-r--r--audio/libmodplug/Makefile1
-rw-r--r--audio/mp3guessenc/Makefile1
-rw-r--r--audio/mpck/Makefile1
-rw-r--r--audio/ocp/Makefile1
-rw-r--r--audio/penguinsap/Makefile2
-rw-r--r--audio/playgsf/Makefile1
-rw-r--r--audio/schism/Makefile1
-rw-r--r--audio/sidplayer/Makefile1
-rw-r--r--audio/xmms-gbsplay/Makefile1
-rw-r--r--audio/xmms-nsf/Makefile1
-rw-r--r--audio/xmms-sapplug/Makefile1
-rw-r--r--audio/xmms-xymms/Makefile1
15 files changed, 0 insertions, 16 deletions
diff --git a/audio/aylet/Makefile b/audio/aylet/Makefile
index cc9ea34af616..037ae3886e0b 100644
--- a/audio/aylet/Makefile
+++ b/audio/aylet/Makefile
@@ -14,7 +14,6 @@ PKGNAMEPREFIX?=
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= A command line player for the .ay audio file format
-USE_REINPLACE= yes
USE_GMAKE= yes
USE_GETOPT_LONG=yes
diff --git a/audio/checkmate/Makefile b/audio/checkmate/Makefile
index 5e965ca6b774..f24bb483aa1d 100644
--- a/audio/checkmate/Makefile
+++ b/audio/checkmate/Makefile
@@ -14,7 +14,6 @@ MAINTAINER= ehaupt@FreeBSD.org
COMMENT= A command-line utility for checking mp3 files for errors
GNU_CONFIGURE= yes
-USE_REINPLACE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
diff --git a/audio/libadplug/Makefile b/audio/libadplug/Makefile
index 7559a5387f07..5f7aae4ef427 100644
--- a/audio/libadplug/Makefile
+++ b/audio/libadplug/Makefile
@@ -20,7 +20,6 @@ LIB_DEPENDS= binio.1:${PORTSDIR}/devel/libbinio
INSTALLS_SHLIB= yes
USE_AUTOTOOLS= libtool:15
-USE_REINPLACE= yes
USE_GCC= 3.4+
CPPFLAGS+= -I${LOCALBASE}/include
diff --git a/audio/libmodplug/Makefile b/audio/libmodplug/Makefile
index 40ec0050250a..f38bb1fbea45 100644
--- a/audio/libmodplug/Makefile
+++ b/audio/libmodplug/Makefile
@@ -18,7 +18,6 @@ INSTALLS_SHLIB= yes
USE_GMAKE= yes
USE_GNOME= pkgconfig
USE_AUTOTOOLS= libtool:15:inc
-USE_REINPLACE= yes
post-patch:
@${REINPLACE_CMD} -e 's|{libdir}/pkgconfig|{prefix}/libdata/pkgconfig|' \
diff --git a/audio/mp3guessenc/Makefile b/audio/mp3guessenc/Makefile
index f54df52aeca0..94f9f362599e 100644
--- a/audio/mp3guessenc/Makefile
+++ b/audio/mp3guessenc/Makefile
@@ -14,7 +14,6 @@ MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Utility for guessing which encoder was used to encode an mp3 file
USE_ZIP= yes
-USE_REINPLACE= yes
WRKSRC= ${WRKDIR}
diff --git a/audio/mpck/Makefile b/audio/mpck/Makefile
index 5e965ca6b774..f24bb483aa1d 100644
--- a/audio/mpck/Makefile
+++ b/audio/mpck/Makefile
@@ -14,7 +14,6 @@ MAINTAINER= ehaupt@FreeBSD.org
COMMENT= A command-line utility for checking mp3 files for errors
GNU_CONFIGURE= yes
-USE_REINPLACE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
diff --git a/audio/ocp/Makefile b/audio/ocp/Makefile
index 5d7c17545285..3aa5379396d6 100644
--- a/audio/ocp/Makefile
+++ b/audio/ocp/Makefile
@@ -23,7 +23,6 @@ ONLY_FOR_ARCHS= i386
GNU_CONFIGURE= yes
USE_GMAKE= yes
-USE_REINPLACE= yes
USE_GCC= 3.4+
CPPFLAGS+= -I${LOCALBASE}/include -I${X11BASE}/include
diff --git a/audio/penguinsap/Makefile b/audio/penguinsap/Makefile
index 92ee66f3828b..1ee81247fa32 100644
--- a/audio/penguinsap/Makefile
+++ b/audio/penguinsap/Makefile
@@ -13,8 +13,6 @@ MASTER_SITES= http://critical.ch/distfiles/
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= A command line Atari(TM) .sap player
-USE_REINPLACE= yes
-
SOURCES= sapPokey pokey1 sapCpu sapEngine main pokey0
CXXFLAGS+= --no-exceptions
diff --git a/audio/playgsf/Makefile b/audio/playgsf/Makefile
index 0f6de5c439b7..e933378ba5b9 100644
--- a/audio/playgsf/Makefile
+++ b/audio/playgsf/Makefile
@@ -14,7 +14,6 @@ MAINTAINER= ehaupt@FreeBSD.org
COMMENT= A command line player for gsf audio files
USE_GMAKE= yes
-USE_REINPLACE= yes
USE_AUTOTOOLS= libtool:15
USE_GCC= 3.4+
diff --git a/audio/schism/Makefile b/audio/schism/Makefile
index 65bcbfdfa548..0ae62b6dbb4d 100644
--- a/audio/schism/Makefile
+++ b/audio/schism/Makefile
@@ -19,7 +19,6 @@ USE_BZIP2= yes
USE_SDL= yes
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
-USE_REINPLACE= yes
USE_GCC= 3.4+
# Dies with bus error unless building debug version
diff --git a/audio/sidplayer/Makefile b/audio/sidplayer/Makefile
index e7f9d5508ebb..a974ee0ace93 100644
--- a/audio/sidplayer/Makefile
+++ b/audio/sidplayer/Makefile
@@ -18,7 +18,6 @@ COMMENT= A C64 SID tune player
USE_SDL= yes
GNU_CONFIGURE= yes
-USE_REINPLACE= yes
SDLINCLUDEDIR= SDL11
diff --git a/audio/xmms-gbsplay/Makefile b/audio/xmms-gbsplay/Makefile
index e24a49273964..87c6a5cdfcb1 100644
--- a/audio/xmms-gbsplay/Makefile
+++ b/audio/xmms-gbsplay/Makefile
@@ -16,7 +16,6 @@ RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms \
gbsplay:${PORTSDIR}/audio/gbsplay
USE_X_PREFIX= yes
-USE_REINPLACE= yes
USE_GNOME= glib12
CONFIGURE_ARGS= --disable-nas
diff --git a/audio/xmms-nsf/Makefile b/audio/xmms-nsf/Makefile
index 5c84ff912f27..7f9cd2817552 100644
--- a/audio/xmms-nsf/Makefile
+++ b/audio/xmms-nsf/Makefile
@@ -18,7 +18,6 @@ BUILD_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms
RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms
USE_AUTOTOOLS= libtool:13
-USE_REINPLACE= yes
USE_X_PREFIX= yes
ONLY_FOR_ARCHS= i386 amd64
diff --git a/audio/xmms-sapplug/Makefile b/audio/xmms-sapplug/Makefile
index 94063b034891..9da2455cd889 100644
--- a/audio/xmms-sapplug/Makefile
+++ b/audio/xmms-sapplug/Makefile
@@ -19,7 +19,6 @@ BUILD_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_X_PREFIX= yes
-USE_REINPLACE= yes
USE_GMAKE= yes
USE_GNOME= glib12
diff --git a/audio/xmms-xymms/Makefile b/audio/xmms-xymms/Makefile
index 02934733ef4f..b3f26c3727d1 100644
--- a/audio/xmms-xymms/Makefile
+++ b/audio/xmms-xymms/Makefile
@@ -19,7 +19,6 @@ BUILD_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms
RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms
USE_X_PREFIX= yes
-USE_REINPLACE= yes
USE_AUTOTOOLS= libtool:13:inc
USE_GNOME= gtk12