svn commit: r437567 - head/textproc/xmlroff/files

Baptiste Daroussin bapt at FreeBSD.org
Sun Apr 2 16:13:38 UTC 2017


Author: bapt
Date: Sun Apr  2 16:13:37 2017
New Revision: 437567
URL: https://svnweb.freebsd.org/changeset/ports/437567

Log:
  More fixes after gtk-doc that does not generate anymore index.sgml

Modified:
  head/textproc/xmlroff/files/patch-docs-Makefile.am

Modified: head/textproc/xmlroff/files/patch-docs-Makefile.am
==============================================================================
--- head/textproc/xmlroff/files/patch-docs-Makefile.am	Sun Apr  2 16:12:42 2017	(r437566)
+++ head/textproc/xmlroff/files/patch-docs-Makefile.am	Sun Apr  2 16:13:37 2017	(r437567)
@@ -1,4 +1,4 @@
---- docs/Makefile.am.orig	2009-03-11 21:08:57 UTC
+--- docs/Makefile.am.orig	2017-04-02 16:02:08 UTC
 +++ docs/Makefile.am
 @@ -186,7 +186,7 @@ GTKDOC_CFLAGS = \
  	-I$(top_builddir)
@@ -18,3 +18,12 @@
  	xsltproc ../libfo-compat.xsl xmlroff.tmp > xmlroff.fo
  	rm -f xmlroff.tmp
  
+@@ -341,8 +341,6 @@ install-data-local:
+ 	    echo '-- Installing '$$i ; \
+ 	    $(INSTALL_DATA) $$i $(DESTDIR)$(TARGET_DIR); \
+ 	  done; \
+-	  echo '-- Installing $(srcdir)/html/index.sgml' ; \
+-	  $(INSTALL_DATA) $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR); \
+ 	fi)
+ 
+ #


More information about the svn-ports-head mailing list