diff options
author | jperkin <jperkin@pkgsrc.org> | 2014-09-24 10:31:28 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2014-09-24 10:31:28 +0000 |
commit | cb10a8db8aab065352950e4e4e00ff9bf5fc7089 (patch) | |
tree | 660aedccddd68a27c14523bf641539f9a789476a /databases | |
parent | da27c14c672a0227d0e46aa85af5e2b9ce0c8a7a (diff) | |
download | pkgsrc-cb10a8db8aab065352950e4e4e00ff9bf5fc7089.tar.gz |
Remove WRAPPER_BINDIR references in mysqlbug.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/mysql55-client/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/databases/mysql55-client/Makefile b/databases/mysql55-client/Makefile index 3e497149c21..4766c38fd4b 100644 --- a/databases/mysql55-client/Makefile +++ b/databases/mysql55-client/Makefile @@ -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/mysqld_multi.sh 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: |