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

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

Diff for /pkgsrc/textproc/eb/Makefile between version 1.8 and 1.9

version 1.8, 2002/06/12 01:14:49 version 1.9, 2002/08/25 18:39:59
Line 47  EB_APPENDICES= \
Line 47  EB_APPENDICES= \
 EXTRACT_ONLY=   ${EB_DISTFILES}  EXTRACT_ONLY=   ${EB_DISTFILES}
   
 DIST_SUBDIR=            eb  DIST_SUBDIR=            eb
 USE_BUILDLINK_ONLY=     # Defined  USE_BUILDLINK2=         # Defined
 USE_LIBTOOL=            # Defined  USE_LIBTOOL=            # Defined
 GNU_CONFIGURE=          # Defined  GNU_CONFIGURE=          # Defined
 CONFIGURE_ARGS+=        --with-zlib  CONFIGURE_ARGS+=        --with-zlib
Line 69  post-install:
Line 69  post-install:
                 ${GTAR} -C ${EB_APPENDIXDIR} -zxmf ${_DISTDIR}/$${f}; \                  ${GTAR} -C ${EB_APPENDIXDIR} -zxmf ${_DISTDIR}/$${f}; \
         done          done
   
 .include "../../devel/gettext-lib/buildlink.mk"  .include "../../devel/gettext-lib/buildlink2.mk"
 .include "../../devel/zlib/buildlink.mk"  .include "../../devel/zlib/buildlink2.mk"
   
 .include "../../mk/texinfo.mk"  .include "../../mk/texinfo.mk"
 .include "../../mk/bsd.pkg.mk"  .include "../../mk/bsd.pkg.mk"

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

CVSweb <webmaster@jp.NetBSD.org>