1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/lang/tcc/files/patch-Makefile
Carlos J. Puga Medina 2974625c27 - Fetch from GITHUB
- Update MAINTAINER to my @FreeBSD.org address
- Fix tcc-doc.html generation
- Remove CONFLICTS because TenDRA port was deprecated some time ago
- Use post-install-DOCS-on target
- Use post-install-EXAMPLES-on target
- Bump PORTREVISION

Reviewed by:	amdmi3, junovitch (mentors)
Approved by:	amdmi3, junovitch (mentors)
Differential Revision:	D6314
2016-05-13 03:11:06 +00:00

12 lines
297 B
Plaintext

--- Makefile.orig 2016-05-11 00:45:55 UTC
+++ Makefile
@@ -300,7 +300,7 @@ endif
# documentation and man page
tcc-doc.html: tcc-doc.texi
- -texi2html -monolithic -number $<
+ -makeinfo --no-split --html --number-sections -o $@ $<
tcc.1: tcc-doc.texi
-$(top_srcdir)/texi2pod.pl $< tcc.pod