diff options
author | sergei <sergei@FreeBSD.org> | 2004-01-05 14:33:16 +0800 |
---|---|---|
committer | sergei <sergei@FreeBSD.org> | 2004-01-05 14:33:16 +0800 |
commit | b2d50558922576ba4a507cec697d3e24dc79d3b3 (patch) | |
tree | 7827147abfbc46c5ec0530c360601f2d2115956e /textproc | |
parent | 0a0dc76651f5336feeddeb218f611074277849eb (diff) | |
download | freebsd-ports-gnome-b2d50558922576ba4a507cec697d3e24dc79d3b3.tar.gz freebsd-ports-gnome-b2d50558922576ba4a507cec697d3e24dc79d3b3.tar.zst freebsd-ports-gnome-b2d50558922576ba4a507cec697d3e24dc79d3b3.zip |
- Fix #!/bin/bash in xmlto to refer to ${LOCALBASE}/bin/bash instead
Noticed by: Nicola Vitale <nivit@email.it>
Diffstat (limited to 'textproc')
-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> |