From 306fbb59988b6a37b9a06e12a0c1a1a84248c64c Mon Sep 17 00:00:00 2001 From: Alex Dupre Date: Sun, 9 Jan 2005 22:05:23 +0000 Subject: [PATCH] Share post-extract target with all three subports. Spotted by: Jose Alonso Cardenas Marquez --- databases/mysql40-server/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/databases/mysql40-server/Makefile b/databases/mysql40-server/Makefile index e262bb3bb943..451c688a5806 100644 --- a/databases/mysql40-server/Makefile +++ b/databases/mysql40-server/Makefile @@ -133,9 +133,6 @@ pre-fetch: @${ECHO} " WITHOUT_INNODB=yes Disable support for InnoDB table handler." @${ECHO} "" -post-extract: - @${CP} /usr/include/tcpd.h ${WRKSRC}/sql/mytcpd.h - 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 @@ -228,5 +225,8 @@ post-patch: @${REINPLACE_CMD} -e "s|man_MANS =|man_MANS = ${MAN1}|g" ${WRKSRC}/man/Makefile.in .endif .endif +# Common part +post-extract: + @${CP} /usr/include/tcpd.h ${WRKSRC}/sql/mytcpd.h .include