diff options
author | ade <ade@FreeBSD.org> | 2005-11-19 14:02:20 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2005-11-19 14:02:20 +0800 |
commit | 2845f609f56f10402b8466c394943a1e64466ae1 (patch) | |
tree | 2dc27564fc10e17093aaf559dd878e18072d471b /audio | |
parent | 3f8f68f964ff4252a330957869a627a5b3e3dd30 (diff) | |
download | freebsd-ports-gnome-2845f609f56f10402b8466c394943a1e64466ae1.tar.gz freebsd-ports-gnome-2845f609f56f10402b8466c394943a1e64466ae1.tar.zst freebsd-ports-gnome-2845f609f56f10402b8466c394943a1e64466ae1.zip |
Switch to <target>:: convention for both patch-autotools and run-autotools,
to allow for easier overriding of these targets by port Makefiles, if
they need to.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/gnomoradio/Makefile | 2 | ||||
-rw-r--r-- | audio/rat/Makefile | 2 | ||||
-rw-r--r-- | audio/speex-devel/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/audio/gnomoradio/Makefile b/audio/gnomoradio/Makefile index 7589cba2b701..ab94e11a7ab1 100644 --- a/audio/gnomoradio/Makefile +++ b/audio/gnomoradio/Makefile @@ -36,7 +36,7 @@ post-patch: s|-lpthread|${PTHREAD_LIBS}|' \ ${WRKSRC}/roboradio/mp3/Makefile.in -patch-autotools: +patch-autotools:: @for file in ${LIBTOOLFILES}; do \ ${REINPLACE_CMD} -e \ '/^ltmain=/ s|$$ac_aux_dir/ltmain\.sh|${LTMAIN}|g' \ diff --git a/audio/rat/Makefile b/audio/rat/Makefile index d6597db03a45..2d990ebf9959 100644 --- a/audio/rat/Makefile +++ b/audio/rat/Makefile @@ -52,7 +52,7 @@ do-build: cd ${WRKSRC}/common/src && ${GMAKE} cd ${WRKSRC}/rat && ${GMAKE} -run-autotools: +run-autotools:: @${DO_NADA} do-configure: diff --git a/audio/speex-devel/Makefile b/audio/speex-devel/Makefile index 9b01da618b05..f8d4ebc64340 100644 --- a/audio/speex-devel/Makefile +++ b/audio/speex-devel/Makefile @@ -40,7 +40,7 @@ LDFLAGS= -L${LOCALBASE}/lib CONFIGURE_ARGS+= --enable-sse .endif -patch-autotools: +patch-autotools:: @(cd ${PATCH_WRKSRC}; \ for file in ${LIBTOOLFILES}; do \ ${CP} $$file $$file.tmp; \ |