From 676c175ca9a579af6912b24e01aebe112843a878 Mon Sep 17 00:00:00 2001 From: Sergei Kolobov Date: Mon, 5 Jan 2004 06:33:16 +0000 Subject: - Fix #!/bin/bash in xmlto to refer to ${LOCALBASE}/bin/bash instead Noticed by: Nicola Vitale --- textproc/xmlto/Makefile | 1 + textproc/xmlto/files/patch-xmlto.in | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 textproc/xmlto/files/patch-xmlto.in (limited to 'textproc/xmlto') 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 -- cgit v1.2.3