SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,11 @@
--- usr/bin/mysql-zrm.orig Thu Feb 4 01:19:25 2010
+++ usr/bin/mysql-zrm Wed May 5 12:10:49 2010
@@ -36,7 +36,7 @@ if ( $^O =~ /^MSWin/ ) {
$ZRM_BINPATH= catfile( $ZRM_HOME, "usr", "bin" );
} else {
$ENV{'PATH'} = "/usr/local/bin:/opt/csw/bin:/usr/bin:/usr/sbin:/sbin:/bin:/usr/ucb";
- $ZRM_BINPATH="/usr/bin";
+ $ZRM_BINPATH="${PREFIX}/bin";
}