Diff
Modified: trunk/dports/textproc/xmlto/Portfile (74661 => 74662)
--- trunk/dports/textproc/xmlto/Portfile 2010-12-27 09:29:27 UTC (rev 74661)
+++ trunk/dports/textproc/xmlto/Portfile 2010-12-27 11:41:16 UTC (rev 74662)
@@ -39,7 +39,7 @@
depends_skip_archcheck findutils coreutils
-patchfiles patch-xmlto.in.diff patch-Makefile.am.diff patch-Makefile.in.diff
+patchfiles patch-xmlto.in.diff
configure.args --mandir=${prefix}/share/man
Deleted: trunk/dports/textproc/xmlto/files/patch-Makefile.am.diff (74661 => 74662)
--- trunk/dports/textproc/xmlto/files/patch-Makefile.am.diff 2010-12-27 09:29:27 UTC (rev 74661)
+++ trunk/dports/textproc/xmlto/files/patch-Makefile.am.diff 2010-12-27 11:41:16 UTC (rev 74662)
@@ -1,11 +0,0 @@
---- Makefile.am.orig 2009-03-20 09:26:21.000000000 -0400
-+++ Makefile.am 2010-11-24 08:28:02.000000000 -0500
-@@ -70,7 +70,7 @@
- $(man1_MANS): $(top_srcdir)/doc/xmlto.xml $(top_srcdir)/doc/xmlif.xml
- for xml in xmlif.xml xmlto.xml; do \
- FORMAT_DIR=$(top_srcdir)/format \
-- $(BASH) ./xmlto -o man/man1 man $(top_srcdir)/doc/$$xml ; \
-+ $(BASH) ./xmlto --skip-validation -o man/man1 man $(top_srcdir)/doc/$$xml ; \
- done || ( RC=$$?; exit $$RC )
-
- TESTS_ENVIRONMENT = top_srcdir=$(top_srcdir) top_builddir=$(top_builddir)
Deleted: trunk/dports/textproc/xmlto/files/patch-Makefile.in.diff (74661 => 74662)
--- trunk/dports/textproc/xmlto/files/patch-Makefile.in.diff 2010-12-27 09:29:27 UTC (rev 74661)
+++ trunk/dports/textproc/xmlto/files/patch-Makefile.in.diff 2010-12-27 11:41:16 UTC (rev 74662)
@@ -1,11 +0,0 @@
---- Makefile.in.orig 2010-11-24 08:50:48.000000000 -0500
-+++ Makefile.in 2010-11-24 08:50:50.000000000 -0500
-@@ -850,7 +850,7 @@
- $(man1_MANS): $(top_srcdir)/doc/xmlto.xml $(top_srcdir)/doc/xmlif.xml
- for xml in xmlif.xml xmlto.xml; do \
- FORMAT_DIR=$(top_srcdir)/format \
-- $(BASH) ./xmlto -o man/man1 man $(top_srcdir)/doc/$$xml ; \
-+ $(BASH) ./xmlto --skip-validation -o man/man1 man $(top_srcdir)/doc/$$xml ; \
- done || ( RC=$$?; exit $$RC )
-
- tag: