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

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

Diff for /pkgsrc/news/nntpclnt/Makefile between version 1.8 and 1.9

version 1.8, 1999/09/20 19:21:21 version 1.9, 2000/01/10 00:57:16
Line 17  CONFIG_SH= ${FILESDIR}/config.${OPSYS}.s
Line 17  CONFIG_SH= ${FILESDIR}/config.${OPSYS}.s
   
 do-configure:  do-configure:
         ${SED} -e s,@PREFIX@,${PREFIX}, ${CONFIG_SH} >${WRKSRC}/config.sh          ${SED} -e s,@PREFIX@,${PREFIX}, ${CONFIG_SH} >${WRKSRC}/config.sh
         @cd ${WRKSRC} && sh Makefile.SH && sh config.h.SH          @cd ${WRKSRC} && ${SH} Makefile.SH && ${SH} config.h.SH
   
 post-build:  post-build:
         cd ${WRKSRC} && \          cd ${WRKSRC} && \

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

CVSweb <webmaster@jp.NetBSD.org>