1
0
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:
Sergei Kolobov 2004-01-05 06:33:16 +00:00
parent a89572030f
commit 676c175ca9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=97327
2 changed files with 9 additions and 0 deletions

View File

@ -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/}

View 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>