diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-02-01 04:36:57 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-02-01 04:36:57 +0800 |
commit | dd4eb5eaab2ace97e0664dadc1160a7981dded53 (patch) | |
tree | 8c6082c5a1510918922178f30f10a4782666b955 /audio | |
parent | d79d1144d4ba09eb9602eb022a4af4eab9396caa (diff) | |
download | marcuscom-ports-dd4eb5eaab2ace97e0664dadc1160a7981dded53.tar marcuscom-ports-dd4eb5eaab2ace97e0664dadc1160a7981dded53.tar.gz marcuscom-ports-dd4eb5eaab2ace97e0664dadc1160a7981dded53.tar.bz2 marcuscom-ports-dd4eb5eaab2ace97e0664dadc1160a7981dded53.tar.lz marcuscom-ports-dd4eb5eaab2ace97e0664dadc1160a7981dded53.tar.xz marcuscom-ports-dd4eb5eaab2ace97e0664dadc1160a7981dded53.tar.zst marcuscom-ports-dd4eb5eaab2ace97e0664dadc1160a7981dded53.zip |
Remove USE_REINPLACE.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5595 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio')
-rw-r--r-- | audio/jamboree/Makefile | 1 | ||||
-rw-r--r-- | audio/klira/Makefile | 1 | ||||
-rw-r--r-- | audio/sound-juicer/Makefile | 3 |
3 files changed, 1 insertions, 4 deletions
diff --git a/audio/jamboree/Makefile b/audio/jamboree/Makefile index 12181e107..4f3ab407d 100644 --- a/audio/jamboree/Makefile +++ b/audio/jamboree/Makefile @@ -27,7 +27,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \ GST_INSPECT="${X11BASE}/bin/gst-inspect-0.8" GCONF_SCHEMAS= jamboree.schemas -USE_REINPLACE= yes post-patch: @${REINPLACE_CMD} -e 's|^\(@GCONF_SCHEMAS_INSTALL_TRUE@\) |\1 |' \ diff --git a/audio/klira/Makefile b/audio/klira/Makefile index 4b27da536..1777a03fd 100644 --- a/audio/klira/Makefile +++ b/audio/klira/Makefile @@ -21,7 +21,6 @@ LIB_DEPENDS= tag:${PORTSDIR}/audio/taglib USE_BZIP2= yes USE_GSTREAMER80= yes USE_KDELIBS_VER=3 -USE_REINPLACE= yes GNU_CONFIGURE= yes USE_GMAKE= yes diff --git a/audio/sound-juicer/Makefile b/audio/sound-juicer/Makefile index 97aacd739..c2ef78b01 100644 --- a/audio/sound-juicer/Makefile +++ b/audio/sound-juicer/Makefile @@ -3,7 +3,7 @@ # Whom: Alexander Nedotsukov <bland@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/audio/sound-juicer/Makefile,v 1.36 2006/01/20 17:54:34 ahze Exp $ +# $MCom: ports/audio/sound-juicer/Makefile,v 1.37 2006/01/30 21:55:08 marcus Exp $ # PORTNAME= sound-juicer @@ -24,7 +24,6 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes INSTALLS_OMF= yes -USE_REINPLACE= yes USE_GNOME= gnomehack intlhack gnomeprefix libgnomeui nautiluscdburner \ gnomedocutils USE_GSTREAMER= cdparanoia vorbis flac gconf |