View | Details | Raw Unified
Collapse All | Expand All

(-) groff-1.19.1-r2.ebuild (+2 lines)
 Lines 28-33    Link Here 
	# Do not generate example files that require us to
	# Do not generate example files that require us to
	# depend on netpbm.
	# depend on netpbm.
	epatch ${FILESDIR}/groff-1.18-no-netpbm-depend.patch
	epatch ${FILESDIR}/groff-1.18-no-netpbm-depend.patch
	# Let this patch work with non-bash shells too (#89174).
	epatch ${FILESDIR}/groff-1.18-no-netpbm-depend-nobash.patch
	# Make dashes the same as minus on the keyboard so that you
	# Make dashes the same as minus on the keyboard so that you
	# can search for it. Fixes #17580 and #16108
	# can search for it. Fixes #17580 and #16108
(-) files/groff-1.18-no-netpbm-depend-nobash.patch (+14 lines)
Added Link Here 
diff -ruN groff-1.19.1.orig/doc/Makefile.sub groff-1.19.1/doc/Makefile.sub
--- groff-1.19.1.orig/doc/Makefile.sub	2005-04-15 14:18:52.920003000 +0200
@@ -170,11 +170,11 @@
 	  $(INSTALL_DATA) $$f $(docdir)/$$f; \
 	done
 	-test -d $(exampledir) || $(mkinstalldirs) $(exampledir)
-	for f in $(EXAMPLEFILES); do \
 	  rm -f $(exampledir)/$$f; \
 	  $(INSTALL_DATA) $(srcdir)/$$f $(exampledir)/$$f; \
 	done
-	for f in $(PROCESSEDEXAMPLEFILES); do \
 	  rm -f $(exampledir)/$$f; \
 	  $(INSTALL_DATA) $$f $(exampledir)/$$f; \
 	done