mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 00:46:27 -04:00
Allow the user to optionally exclude INFO files, allowing the space conscious user the ability to install a minimual package. The default remains to install INOF files as before. PR: 259552 Reported by: Greg V <greg@unrelenting.technology> Submitted by: Greg V <greg@unrelenting.technology>
20 lines
551 B
Text
20 lines
551 B
Text
--- doc/Makefile.in.orig 2021-08-22 16:00:24 UTC
|
|
+++ doc/Makefile.in
|
|
@@ -690,7 +690,7 @@ distdir-am: $(DISTFILES)
|
|
check-am: all-am
|
|
check: $(BUILT_SOURCES)
|
|
$(MAKE) $(AM_MAKEFLAGS) check-am
|
|
-all-am: Makefile $(INFO_DEPS) $(MANS)
|
|
+all-am: Makefile $(MANS)
|
|
installdirs:
|
|
for dir in "$(DESTDIR)$(infodir)" "$(DESTDIR)$(man1dir)"; do \
|
|
test -z "$$dir" || $(MKDIR_P) "$$dir"; \
|
|
@@ -750,7 +750,7 @@ info: info-am
|
|
|
|
info-am: $(INFO_DEPS)
|
|
|
|
-install-data-am: install-info-am install-man
|
|
+install-data-am: install-man
|
|
|
|
install-dvi: install-dvi-am
|
|
|