diff options
-rw-r--r-- | textproc/xmlto/Makefile | 1 | ||||
-rw-r--r-- | textproc/xmlto/files/patch-xmlto.in | 8 |
2 files changed, 9 insertions, 0 deletions
diff --git a/textproc/xmlto/Makefile b/textproc/xmlto/Makefile index 347380827120..a28631954c98 100644 --- a/textproc/xmlto/Makefile +++ b/textproc/xmlto/Makefile @@ -10,6 +10,7 @@ PORTNAME= xmlto PORTVERSION= 0.0.17 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://cyberelk.net/tim/data/xmlto/stable/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.p/pre/} diff --git a/textproc/xmlto/files/patch-xmlto.in b/textproc/xmlto/files/patch-xmlto.in new file mode 100644 index 000000000000..9688da9c45d0 --- /dev/null +++ b/textproc/xmlto/files/patch-xmlto.in @@ -0,0 +1,8 @@ +--- xmlto.in.orig Mon Jan 5 09:20:01 2004 ++++ xmlto.in Mon Jan 5 09:20:32 2004 +@@ -1,4 +1,4 @@ +-#!/bin/bash ++#!@BASH@ + # + # @PACKAGE@ - apply an XSL stylesheet to an XML document + # Copyright (C) 2001, 2002, 2003 Tim Waugh <twaugh@redhat.com> |