freebsd-ports/sysutils/boxbackup/files/patch-infrastrcture-BoxPlatform.pm
Sergey Matveychuk 549964a2dc This is a new port for BoxBackup, an on-line backup system.
PR:		ports/75990
Submitted by:	James O'Gorman <james (at) netinertia.co.uk>
2005-02-25 09:09:51 +00:00

11 lines
319 B
Perl

--- infrastructure/BoxPlatform.pm.orig Sat Jan 8 13:27:12 2005
+++ infrastructure/BoxPlatform.pm Sat Jan 8 13:27:33 2005
@@ -78,7 +78,7 @@
close VERSION;
# where to put the files
- $install_into_dir = '/usr/local/bin';
+ $install_into_dir = '%%PREFIX%%/bin';
# if it's Darwin,
if($build_os eq 'Darwin')