diff options
author | Alex Dupre <ale@FreeBSD.org> | 2005-01-09 22:05:23 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2005-01-09 22:05:23 +0000 |
commit | 306fbb59988b6a37b9a06e12a0c1a1a84248c64c (patch) | |
tree | b34e427e3f87f6c2316751e045515a7147000e55 /databases/mysql40-server | |
parent | Update to 1.15.1. Notable changes: (diff) |
Share post-extract target with all three subports.
Spotted by: Jose Alonso Cardenas Marquez <acardenas@bsdperu.org>
Notes
Notes:
svn path=/head/; revision=126003
Diffstat (limited to 'databases/mysql40-server')
-rw-r--r-- | databases/mysql40-server/Makefile | 6 |
1 files 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 <bsd.port.post.mk> |