diff options
author | Sergei Kolobov <sergei@FreeBSD.org> | 2004-01-05 06:33:16 +0000 |
---|---|---|
committer | Sergei Kolobov <sergei@FreeBSD.org> | 2004-01-05 06:33:16 +0000 |
commit | 676c175ca9a579af6912b24e01aebe112843a878 (patch) | |
tree | af1fd39de23c5cd9c656c65ab3b1d285bc13aa3a /textproc/xmlto | |
parent | a89572030f06bb7af63dca19a6bb927bc8a609f7 (diff) | |
download | ports-676c175ca9a579af6912b24e01aebe112843a878.tar.gz ports-676c175ca9a579af6912b24e01aebe112843a878.zip |
- Fix #!/bin/bash in xmlto to refer to ${LOCALBASE}/bin/bash instead
Noticed by: Nicola Vitale <nivit@email.it>
Notes
Notes:
svn path=/head/; revision=97327
Diffstat (limited to 'textproc/xmlto')
-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> |