diff options
author | ale <ale@FreeBSD.org> | 2004-03-02 20:17:32 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2004-03-02 20:17:32 +0800 |
commit | 0c28be2b19d12a2eddb6599a82b330d459603d40 (patch) | |
tree | 13272c1a97bf6a67c712d56e8007c437124e21c9 /databases/mysql54-server/Makefile | |
parent | 983d9be3acbf35bffe23e14d79f6830fbf3d5169 (diff) | |
download | freebsd-ports-gnome-0c28be2b19d12a2eddb6599a82b330d459603d40.tar.gz freebsd-ports-gnome-0c28be2b19d12a2eddb6599a82b330d459603d40.tar.zst freebsd-ports-gnome-0c28be2b19d12a2eddb6599a82b330d459603d40.zip |
Fix installation (a bit of perl was still there).
Reported by: bento via kris
Diffstat (limited to 'databases/mysql54-server/Makefile')
-rw-r--r-- | databases/mysql54-server/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/mysql54-server/Makefile b/databases/mysql54-server/Makefile index b2596b15ce84..69e50464de8c 100644 --- a/databases/mysql54-server/Makefile +++ b/databases/mysql54-server/Makefile @@ -143,7 +143,7 @@ pre-fetch: post-patch: @${REINPLACE_CMD} -e "s|SUBDIRS =|SUBDIRS = include @docs_dirs@ @sql_server_dirs@ scripts man support-files|g" ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e "s|bin_SCRIPTS =|bin_SCRIPTS = @server_scripts@|g" ${WRKSRC}/scripts/Makefile.in - @${REINPLACE_CMD} -e "s|install-exec-am install-data-am|install-exec-am|g" ${WRKSRC}/scripts/Makefile.in + @${REINPLACE_CMD} -e "s|dist_pkgdata_DATA =|dist_pkgdata_DATA = fill_help_tables.sql|g" ${WRKSRC}/scripts/Makefile.in @${REINPLACE_CMD} -e "s|man_MANS =|man_MANS = ${MAN1}|g" ${WRKSRC}/man/Makefile.in @${REINPLACE_CMD} -e "s|install: install-am|install:|g" ${WRKSRC}/include/Makefile.in @@ -197,6 +197,7 @@ CONFIGURE_ARGS+=--without-server post-patch: @${REINPLACE_CMD} -e "s|SUBDIRS =|SUBDIRS = include @sql_client_dirs@ tests scripts man|g" ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e "s|bin_SCRIPTS =|bin_SCRIPTS = mysql_config mysql_fix_privilege_tables mysqlbug|g" ${WRKSRC}/scripts/Makefile.in + @${REINPLACE_CMD} -e "s|dist_pkgdata_DATA =|dist_pkgdata_DATA = mysql_fix_privilege_tables.sql|g" ${WRKSRC}/scripts/Makefile.in @${REINPLACE_CMD} -e "s|man_MANS =|man_MANS = ${MAN1}|g" ${WRKSRC}/man/Makefile.in post-install: |