openbsd-ports/textproc/xmlto/patches/patch-xmlto_in
msf f39c920849 initial import of xmlto-0.0.18
xmlto is a front-end to an XSL toolchain. It chooses an appropriate
stylesheet for the conversion you want and applies it using an external
XSL-T processor. It also performs any necessary post-processing.

ok bernd@
2006-11-03 14:00:21 +00:00

10 lines
312 B
Plaintext

$OpenBSD: patch-xmlto_in,v 1.1.1.1 2006/11/03 14:00:21 msf Exp $
--- xmlto.in.orig Fri Nov 3 00:00:13 2006
+++ xmlto.in Fri Nov 3 00:00:30 2006
@@ -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>