[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / databases / mysql56-client

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/databases/mysql56-client/Makefile between version 1.6 and 1.7

version 1.6, 2013/06/18 19:59:35 version 1.7, 2013/08/31 02:09:25
Line 1 
Line 1 
 # $NetBSD$  # $NetBSD$
   
 PKGNAME=        ${DISTNAME:S/-/-client-/}  PKGNAME=        ${DISTNAME:S/-/-client-/}
   PKGREVISION=    1
 SVR4_PKGNAME=   mysqc  SVR4_PKGNAME=   mysqc
 COMMENT=        MySQL 5, a free SQL database (client)  COMMENT=        MySQL 5, a free SQL database (client)
   
Line 26  REPLACE_PERL+= scripts/mysqldumpslow.sh
Line 27  REPLACE_PERL+= scripts/mysqldumpslow.sh
 REPLACE_PERL+=  scripts/mysqlhotcopy.sh  REPLACE_PERL+=  scripts/mysqlhotcopy.sh
   
 # Replace manual pages which only include other ones with a symbolic link  # Replace manual pages which only include other ones with a symbolic link
 # if manual compression is activated. The manual pages won't work otherwise.  # It is for manual compression is activated or mandoc(1) is used.
 .if defined(MANZ)  
 post-install:  post-install:
 .  for mf in mysql_client_test_embedded.1 mysqltest_embedded.1  .for mf in mysql_client_test_embedded.1 mysqltest_embedded.1
         ${RM} -f ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/${mf}          ${RM} -f ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/${mf}
         ${LN} -s ${mf:S/_embedded//} ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/${mf}          ${LN} -s ${mf:S/_embedded//} ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/${mf}
 .  endfor  .endfor
 .endif  
   
 .include "../../mk/bsd.pkg.mk"  .include "../../mk/bsd.pkg.mk"

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

CVSweb <webmaster@jp.NetBSD.org>