diff options
author | Alex Dupre <ale@FreeBSD.org> | 2006-01-11 07:16:20 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2006-01-11 07:16:20 +0000 |
commit | 2843e6c68e50941a7d7c6f66ab2ce8bff557e7a8 (patch) | |
tree | 92b710e24942e78add820e8fb3f7c475f418343e /databases/percona55-server | |
parent | e1ad7a373940bf8baece282ccd1f6fcd92f89dfd (diff) | |
download | ports-2843e6c68e50941a7d7c6f66ab2ce8bff557e7a8.tar.gz ports-2843e6c68e50941a7d7c6f66ab2ce8bff557e7a8.zip |
Notes
Diffstat (limited to 'databases/percona55-server')
-rw-r--r-- | databases/percona55-server/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/percona55-server/Makefile b/databases/percona55-server/Makefile index 03a885233ee8..34a32ac59275 100644 --- a/databases/percona55-server/Makefile +++ b/databases/percona55-server/Makefile @@ -150,7 +150,7 @@ pre-fetch: @${ECHO} "" post-patch: - @${REINPLACE_CMD} -e "s|SUBDIRS =|SUBDIRS = include @docs_dirs@ @sql_server_dirs@ scripts @man_dirs@ support-files|g" ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e "s|SUBDIRS =|SUBDIRS = include @docs_dirs@ @zlib_dir@ @sql_server_dirs@ scripts @man_dirs@ support-files|g" ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e "s|all: config.h|all: config.h all-local|g" ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e "s|bin_SCRIPTS =|bin_SCRIPTS = @server_scripts@ mysql_create_system_tables|g" ${WRKSRC}/scripts/Makefile.in @${REINPLACE_CMD} -e "s|dist_pkgdata_DATA =|dist_pkgdata_DATA = fill_help_tables.sql|g" ${WRKSRC}/scripts/Makefile.in @@ -185,7 +185,7 @@ USE_LDCONFIG= ${PREFIX}/lib/mysql CONFIGURE_ARGS+=--without-server post-patch: - @${REINPLACE_CMD} -e "s|SUBDIRS =|SUBDIRS = include strings mysys dbug extra regex libmysql_r libmysql client scripts @man_dirs@|g" ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e "s|SUBDIRS =|SUBDIRS = include @zlib_dir@ strings mysys dbug extra regex libmysql_r libmysql client scripts @man_dirs@|g" ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e "s|install-exec-am: install-pkglibLIBRARIES|install-exec-am:|g" ${WRKSRC}/strings/Makefile.in ${WRKSRC}/mysys/Makefile.in ${WRKSRC}/dbug/Makefile.in @${REINPLACE_CMD} -e "s|all: config.h|all: config.h all-local|g" ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e "s|bin_SCRIPTS =|bin_SCRIPTS = mysql_config mysql_fix_privilege_tables mysqlbug|g" ${WRKSRC}/scripts/Makefile.in |