[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / textproc / ruby-nqxml

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

Diff for /pkgsrc/textproc/ruby-nqxml/Makefile between version 1.10 and 1.11

version 1.10, 2008/04/04 15:31:39 version 1.11, 2008/06/19 14:56:48
Line 3 
Line 3 
   
 DISTNAME=       nqxml-1.1.3p1  DISTNAME=       nqxml-1.1.3p1
 PKGNAME=        ${RUBY_PKGPREFIX}-${DISTNAME:S/p/./}  PKGNAME=        ${RUBY_PKGPREFIX}-${DISTNAME:S/p/./}
 PKGREVISION=    1  PKGREVISION=    2
 CATEGORIES=     textproc ruby  CATEGORIES=     textproc ruby
 MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE:=nqxml/}  MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE:=nqxml/}
   
Line 25  TESTS=  dispatchertester.rb oasis.rb str
Line 25  TESTS=  dispatchertester.rb oasis.rb str
                 writertester.rb                  writertester.rb
 REPLACE_RUBY_DIRS=      examples tests  REPLACE_RUBY_DIRS=      examples tests
   
   INSTALLATION_DIRS=      ${RUBY_DOC}/nqxml ${RUBY_EG}/nqxml/contrib \
                           ${RUBY_EG}/nqxml/tests
   
 post-install:  post-install:
         ${INSTALL_DATA_DIR} ${RUBY_DOCDIR}/nqxml  
 .for f in ${DOC}  .for f in ${DOC}
         ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/nqxml          ${INSTALL_DATA} ${WRKSRC}/${f} ${DESTDIR}${PREFIX}/${RUBY_DOC}/nqxml
 .endfor  .endfor
         ${INSTALL_DATA_DIR} ${RUBY_EXAMPLESDIR}/nqxml/contrib  
 .for f in ${EXAMPLES}  .for f in ${EXAMPLES}
         ${INSTALL_DATA} ${WRKSRC}/examples/${f} ${RUBY_EXAMPLESDIR}/nqxml          ${INSTALL_DATA} ${WRKSRC}/examples/${f} \
                   ${DESTDIR}${PREFIX}/${RUBY_EG}/nqxml
 .endfor  .endfor
 .for f in ${CONTRIB_LIB}  .for f in ${CONTRIB_LIB}
         ${INSTALL_DATA} ${WRKSRC}/contrib/${f} \          ${INSTALL_DATA} ${WRKSRC}/contrib/${f} \
                 ${RUBY_EXAMPLESDIR}/nqxml/contrib                  ${DESTDIR}${PREFIX}/${RUBY_EG}/nqxml/contrib
 .endfor  .endfor
         ${INSTALL_DATA_DIR} ${RUBY_EXAMPLESDIR}/nqxml/tests  
 .for f in ${TESTS}  .for f in ${TESTS}
         ${INSTALL_DATA} ${WRKSRC}/tests/${f} ${RUBY_EXAMPLESDIR}/nqxml/tests          ${INSTALL_DATA} ${WRKSRC}/tests/${f} \
                   ${DESTDIR}${PREFIX}/${RUBY_EG}/nqxml/tests
 .endfor  .endfor
   
 .include "../../lang/ruby/modules.mk"  .include "../../lang/ruby/modules.mk"

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

CVSweb <webmaster@jp.NetBSD.org>