mirror of
https://git.freebsd.org/ports.git
synced 2025-07-15 08:19:13 -04:00
Take maintainership since this needs to be updated with devel/llvm. General Makefile cleanup.
24 lines
712 B
Text
24 lines
712 B
Text
|
|
$FreeBSD$
|
|
|
|
--- ../gcc/Makefile.in.orig
|
|
+++ ../gcc/Makefile.in
|
|
@@ -3805,7 +3805,7 @@
|
|
echo rm -f $(@D)/*
|
|
$(TEXI2HTML) -I $(abs_docdir) -I $(abs_docdir)/include -o $(@D) $<
|
|
|
|
-MANFILES = doc/gcov.1 doc/cpp.1 doc/gcc.1 doc/gfdl.7 doc/gpl.7 doc/fsf-funding.7
|
|
+MANFILES = doc/gcov.1 doc/cpp.1 doc/gcc.1
|
|
|
|
generated-manpages: man
|
|
|
|
@@ -4118,9 +4118,6 @@
|
|
$(DESTDIR)$(man1dir)/$(GCC_INSTALL_NAME)$(man1ext) \
|
|
$(DESTDIR)$(man1dir)/$(CPP_INSTALL_NAME)$(man1ext) \
|
|
$(DESTDIR)$(man1dir)/$(GCOV_INSTALL_NAME)$(man1ext) \
|
|
- $(DESTDIR)$(man7dir)/fsf-funding$(man7ext) \
|
|
- $(DESTDIR)$(man7dir)/gfdl$(man7ext) \
|
|
- $(DESTDIR)$(man7dir)/gpl$(man7ext)
|
|
|
|
$(DESTDIR)$(man7dir)/%$(man7ext): doc/%.7 installdirs
|
|
-rm -f $@
|