freebsd-ports/mail/popular/files/patch-doc_man_Makefile.in
Li-Wen Hsu 5fe304a328 mail/popular: Prepare for textproc/p5-XML-Parser update
Also:
- Bump PORTREVISION
- Skip build of man pages, which are already present in the distribution
- Add LICENSE
- Add USE_LDCONFIG
- Regenerate patches to follow the standard
- Pass maintainership to the submitter

PR:		248725
Submitted by:	Sergei Vyshenski <svysh.fbsd@gmail.com>
2020-08-19 13:17:38 +00:00

26 lines
660 B
Text

--- doc/man/Makefile.in.orig 2020-08-19 11:43:47 UTC
+++ doc/man/Makefile.in
@@ -352,23 +352,6 @@ mostlyclean-generic distclean-generic clean-generic \
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
-.PHONY: all man clean
-
-all: man
-
-clean:
- rm -f *.1 *.7 *.8
-
-man: $(man_MANS)
-
-%.1: %.sgml $(DB2MAN) $(ADDCREDIT)
- $(ADDCREDIT) $< | $(DB2MAN) - >$@ || rm $@
-
-%.8: %.sgml $(DB2MAN) $(ADDCREDIT)
- $(ADDCREDIT) $< | $(DB2MAN) - >$@ || rm $@
-
-popular-log.7: $(top_builddir)/doc/log/messagelist.raw
- $(LOG_RAW2MAN) $< >$@ || rm $@
#-----------------------------------------------------------------------------
# gzip