[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / devel / m4

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

Diff for /pkgsrc/devel/m4/Makefile between version 1.12 and 1.13

version 1.12, 2001/02/16 14:38:41 version 1.13, 2001/02/25 04:17:42
Line 14  CONFIGURE_ARGS= --program-prefix=g
Line 14  CONFIGURE_ARGS= --program-prefix=g
 INFO_FILES=     m4.info  INFO_FILES=     m4.info
   
 post-install:  post-install:
         @${MKDIR} ${PREFIX}/share/examples/gm4          ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/gm4
         ${INSTALL_DATA} ${WRKSRC}/examples/*.m4 ${PREFIX}/share/examples/gm4          ${INSTALL_DATA} ${WRKSRC}/examples/*.m4 ${PREFIX}/share/examples/gm4
   
 .include "../../mk/bsd.pkg.mk"  .include "../../mk/bsd.pkg.mk"

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

CVSweb <webmaster@jp.NetBSD.org>