[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / parallel / mpi-ch

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

Diff for /pkgsrc/parallel/mpi-ch/Makefile between version 1.16 and 1.17

version 1.16, 2001/04/05 17:56:19 version 1.17, 2001/04/09 12:00:49
Line 26  CONFIGURE_ARGS+= --disable-f90 --disable
Line 26  CONFIGURE_ARGS+= --disable-f90 --disable
   
 .include "../../mk/bsd.prefs.mk"  .include "../../mk/bsd.prefs.mk"
   
 .if exists(work/with-java)  .if exists(${WRKDIR}/with-java)
 PLIST_SRC+=             ${PKGDIR}/PLIST.java  PLIST_SRC+=             ${PKGDIR}/PLIST.java
 .endif  .endif
 PLIST_SRC+=             ${PKGDIR}/PLIST  PLIST_SRC+=             ${PKGDIR}/PLIST
   
 post-build:  post-build:
         @(if [ -e ${WRKSRC}/mpe/viewers/jumpshot-2/bin/jumpshot ]; then \          @(if [ -e ${WRKSRC}/mpe/viewers/jumpshot-2/bin/jumpshot ]; then \
                 ${TOUCH} work/with-java; \                  ${TOUCH} ${WRKDIR}/with-java; \
         fi)          fi)
   
 post-install:  post-install:

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

CVSweb <webmaster@jp.NetBSD.org>