diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-02-29 10:50:27 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-02-29 10:50:27 +0000 |
commit | 6373c41ece8e5eaf9ae17296f33f307aafeeffcd (patch) | |
tree | bd7385100dd6c96b7f90ff04b0ad019b17c16893 /databases/mysql40-server/Makefile | |
parent | ec73bddeed3dfa08b156cc3a16f903a3daf6df4f (diff) | |
download | ports-6373c41ece8e5eaf9ae17296f33f307aafeeffcd.tar.gz ports-6373c41ece8e5eaf9ae17296f33f307aafeeffcd.zip |
Notes
Diffstat (limited to 'databases/mysql40-server/Makefile')
-rw-r--r-- | databases/mysql40-server/Makefile | 4 |
1 files changed, 1 insertions, 3 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 |