pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/mysql55-client Remove WRAPPER_BINDIR referen...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b51928ca6db8
branches:  trunk
changeset: 639728:b51928ca6db8
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Wed Sep 24 10:31:28 2014 +0000

description:
Remove WRAPPER_BINDIR references in mysqlbug.

diffstat:

 databases/mysql55-client/Makefile |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r a23f8af29a6e -r b51928ca6db8 databases/mysql55-client/Makefile
--- a/databases/mysql55-client/Makefile Wed Sep 24 10:02:39 2014 +0000
+++ b/databases/mysql55-client/Makefile Wed Sep 24 10:31:28 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2014/06/02 07:17:31 adam Exp $
+# $NetBSD: Makefile,v 1.19 2014/09/24 10:31:28 jperkin Exp $
 
 PKGNAME=       ${DISTNAME:S/-/-client-/}
 SVR4_PKGNAME=  mysqc
@@ -25,6 +25,11 @@
 REPLACE_PERL+= scripts/mysqldumpslow.sh
 REPLACE_PERL+= scripts/mysqlhotcopy.sh
 
+SUBST_CLASSES+=                fixwrap
+SUBST_STAGE.fixwrap=   post-build
+SUBST_FILES.fixwrap=   scripts/mysqlbug
+SUBST_SED.fixwrap=     -e "s,${WRAPPER_BINDIR}/,,g"
+
 # Replace manual pages which only include other ones with a symbolic link.
 # It is for manual compression is activated or mandoc(1) is used.
 post-install:



Home | Main Index | Thread Index | Old Index