diff options
author | ale <ale@FreeBSD.org> | 2005-01-09 22:05:23 +0000 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2005-01-09 22:05:23 +0000 |
commit | 95d5f5fe20fbdea6cc2e85b153960d2e5dd8b122 (patch) | |
tree | 942413ea3002a8761f90b96ff570bcd8402e6238 /databases | |
parent | 6b9ac4e91a62f4fe7b6f8dcc262beef5dd2aa2b9 (diff) | |
download | FreeBSD-ports-95d5f5fe20fbdea6cc2e85b153960d2e5dd8b122.zip FreeBSD-ports-95d5f5fe20fbdea6cc2e85b153960d2e5dd8b122.tar.gz |
Share post-extract target with all three subports.
Spotted by: Jose Alonso Cardenas Marquez <acardenas@bsdperu.org>
Diffstat (limited to 'databases')
-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 e262bb3..451c688 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> |