diff options
author | ale <ale@FreeBSD.org> | 2004-02-29 18:50:27 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2004-02-29 18:50:27 +0800 |
commit | 4ff2b4595d431efa49f6b8b163dbd70c54c70651 (patch) | |
tree | b2bdfa0e2d764dc2408798e4cfd6704705a4f999 /databases | |
parent | 58120bbe979dce5e73003180d4350f8d7f101042 (diff) | |
download | freebsd-ports-gnome-4ff2b4595d431efa49f6b8b163dbd70c54c70651.tar.gz freebsd-ports-gnome-4ff2b4595d431efa49f6b8b163dbd70c54c70651.tar.zst freebsd-ports-gnome-4ff2b4595d431efa49f6b8b163dbd70c54c70651.zip |
Move mysql.info installation in do-install stage.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/mysql40-server/Makefile | 4 | ||||
-rw-r--r-- | databases/mysql41-server/Makefile | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/databases/mysql40-server/Makefile b/databases/mysql40-server/Makefile index da7f72751e47..13098781b4a8 100644 --- a/databases/mysql40-server/Makefile +++ b/databases/mysql40-server/Makefile @@ -140,7 +140,7 @@ pre-fetch: @${ECHO} "" post-patch: - @${REINPLACE_CMD} -e "s|SUBDIRS =|SUBDIRS = include @sql_server_dirs@ scripts man support-files|g" ${WRKSRC}/Makefile.in + @${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|man_MANS =|man_MANS = ${MAN1}|g" ${WRKSRC}/man/Makefile.in @${REINPLACE_CMD} -e "s|install-data-am: install-pkgincludeHEADERS|install-data-am:|g" ${WRKSRC}/include/Makefile.in @@ -177,8 +177,6 @@ post-install: .endfor @${INSTALL_DATA} ${WRKSRC}/Docs/Flags/*.gif ${DOCSDIR}/Flags .endif - @${INSTALL_DATA} ${WRKSRC}/Docs/mysql.info ${PREFIX}/info - @install-info ${PREFIX}/info/mysql.info ${PREFIX}/info/dir .else # MySQL-Client part diff --git a/databases/mysql41-server/Makefile b/databases/mysql41-server/Makefile index 84e9024e9fd3..32a969f14c6d 100644 --- a/databases/mysql41-server/Makefile +++ b/databases/mysql41-server/Makefile @@ -141,7 +141,7 @@ pre-fetch: @${ECHO} "" post-patch: - @${REINPLACE_CMD} -e "s|SUBDIRS =|SUBDIRS = include @sql_server_dirs@ scripts man support-files|g" ${WRKSRC}/Makefile.in + @${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|man_MANS =|man_MANS = ${MAN1}|g" ${WRKSRC}/man/Makefile.in @@ -179,8 +179,6 @@ post-install: .endfor @${INSTALL_DATA} ${WRKSRC}/Docs/Flags/*.gif ${DOCSDIR}/Flags .endif - @${INSTALL_DATA} ${WRKSRC}/Docs/mysql.info ${PREFIX}/info - @install-info ${PREFIX}/info/mysql.info ${PREFIX}/info/dir .else # MySQL-Client part |