aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorGavin Atkinson <gavin@FreeBSD.org>2014-06-14 18:45:40 +0000
committerGavin Atkinson <gavin@FreeBSD.org>2014-06-14 18:45:40 +0000
commitad3afeea16786e2e2a55e6c923f52c000ea64c58 (patch)
tree0963b20ddc364d8b003208e37fe0e18cb9146ee8 /gnu
parentdeee077e0c63a000e56c623a1e8678d523c9ab36 (diff)
downloadsrc-ad3afeea16786e2e2a55e6c923f52c000ea64c58.tar.gz
src-ad3afeea16786e2e2a55e6c923f52c000ea64c58.zip
With the move away from GNATS, point end users to a better web page
detailing how to report bugs. Hat: bugmeister MFC after: 3 days
Notes
Notes: svn path=/head/; revision=267483
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/binutils/libbfd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/libbfd/Makefile b/gnu/usr.bin/binutils/libbfd/Makefile
index 1493ccf07e8e..ca5e1838ac54 100644
--- a/gnu/usr.bin/binutils/libbfd/Makefile
+++ b/gnu/usr.bin/binutils/libbfd/Makefile
@@ -84,7 +84,7 @@ bfdver.h: Makefile
echo '#define BFD_VERSION 217500000' > ${.TARGET}
echo '#define BFD_VERSION_DATE 20070703' >> ${.TARGET}
echo '#define BFD_VERSION_STRING ${VERSION}' >> ${.TARGET}
- echo '#define REPORT_BUGS_TO "<http://www.freebsd.org/send-pr.html>"' >> ${.TARGET}
+ echo '#define REPORT_BUGS_TO "<http://www.freebsd.org/support.html>"' >> ${.TARGET}
targmatch.h: targmatch.sed config.bfd
sed -f ${.ALLSRC:M*.sed} ${.ALLSRC:M*.bfd} > ${.TARGET}