diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-04-15 16:27:52 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-04-15 16:27:52 +0000 |
commit | fd0a0a57ed2ccbcc4797783631e7bc3210807f41 (patch) | |
tree | 30ad58d59025abcc686317e8ad64ad9b26cb0532 /security/tinyca/files/patch-tinyca2 | |
parent | After a recent discussion on freebsd-ports, I have modified the Horde (diff) |
- Update to 0.72
PR: ports/95289
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
Notes
Notes:
svn path=/head/; revision=159614
Diffstat (limited to 'security/tinyca/files/patch-tinyca2')
-rw-r--r-- | security/tinyca/files/patch-tinyca2 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/security/tinyca/files/patch-tinyca2 b/security/tinyca/files/patch-tinyca2 index eaa994fef8ad..f008fb96a795 100644 --- a/security/tinyca/files/patch-tinyca2 +++ b/security/tinyca/files/patch-tinyca2 @@ -7,21 +7,23 @@ $FreeBSD$ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. --BEGIN { push(@INC, './lib'); # put here the location of the modules -+BEGIN { push(@INC, '%%SITE_PERL%%/tinyca'); # put here the location of the modules +-BEGIN { unshift(@INC, './lib'); # put here the location of the modules ++BEGIN { unshift(@INC, '%%SITE_PERL%%/tinyca'); # put here the location of the modules } use strict; -@@ -53,7 +53,7 @@ +@@ -53,8 +53,8 @@ # location of openssl $init->{'opensslbin'} = "/usr/bin/openssl"; -$init->{'zipbin'} = "/usr/bin/zip"; +-$init->{'tarbin'} = "/bin/tar"; +$init->{'zipbin'} = "%%PREFIX%%/bin/zip"; ++$init->{'tarbin'} = "/usr/bin/tar"; if(not -x $init->{'opensslbin'}) { printf(gettext("Can't execute %s.\n"), $init->{'opensslbin'}); -@@ -67,7 +67,7 @@ +@@ -73,7 +73,7 @@ } # directory with the templates |