diff options
author | Ade Lovett <ade@FreeBSD.org> | 2005-11-19 14:02:20 +0800 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2005-11-19 14:02:20 +0800 |
commit | c2d62ca97a8f44ae4862f4e3f50431f56d8deab3 (patch) | |
tree | 8e3e81ba2aa82baf12e4e895d0b5f6e973b24099 /audio/gnomoradio | |
parent | 9630e7bef6c88f72dcdc4633b553eccf13141b3a (diff) | |
download | freebsd-ports-gnome-c2d62ca97a8f44ae4862f4e3f50431f56d8deab3.tar.gz freebsd-ports-gnome-c2d62ca97a8f44ae4862f4e3f50431f56d8deab3.tar.zst freebsd-ports-gnome-c2d62ca97a8f44ae4862f4e3f50431f56d8deab3.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/gnomoradio')
-rw-r--r-- | audio/gnomoradio/Makefile | 2 |
1 files changed, 1 insertions, 1 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' \ |