mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Fix #!/bin/bash in xmlto to refer to ${LOCALBASE}/bin/bash instead
Noticed by: Nicola Vitale <nivit@email.it>
This commit is contained in:
parent
a89572030f
commit
676c175ca9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=97327
@ -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/}
|
||||
|
8
textproc/xmlto/files/patch-xmlto.in
Normal file
8
textproc/xmlto/files/patch-xmlto.in
Normal file
@ -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>
|
Loading…
Reference in New Issue
Block a user