[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / print / texmf-dirs

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

Diff for /pkgsrc/print/texmf-dirs/Attic/Makefile between version 1.4 and 1.5

version 1.4, 2006/04/09 21:54:54 version 1.5, 2006/05/13 03:44:24
Line 20  WRKSRC=  ${WRKDIR}
Line 20  WRKSRC=  ${WRKDIR}
 .include "../../mk/bsd.prefs.mk"  .include "../../mk/bsd.prefs.mk"
   
 .include "../../mk/tex.buildlink3.mk"  .include "../../mk/tex.buildlink3.mk"
 .if ${TEX_TYPE} == "teTeX1"  
 REQD_DIRS=      # empty  
 .else  
 REQD_DIRS+=     ${TEXMF_DIRS:O:S/^/${PKG_LOCALTEXMFPREFIX}\//}  REQD_DIRS+=     ${TEXMF_DIRS:O:S/^/${PKG_LOCALTEXMFPREFIX}\//}
 .  if ${TEX_TYPE} == "teTeX2"  .if ${TEX_TYPE} == "teTeX2"
 BUILDLINK_API_DEPENDS.teTeX-bin+=       teTeX-bin>=2.0.2nb7 teTeX-bin<3.0  BUILDLINK_API_DEPENDS.teTeX-bin+=       teTeX-bin>=2.0.2nb7 teTeX-bin<3.0
 .  elif ${TEX_TYPE} == "teTeX3"  .elif ${TEX_TYPE} == "teTeX3"
 BUILDLINK_API_DEPENDS.teTeX-bin+=       teTeX-bin>=3.0nb10  BUILDLINK_API_DEPENDS.teTeX-bin+=       teTeX-bin>=3.0nb10
 .  endif  
 .endif  .endif
   
 do-install:     # nothing  do-install:     # nothing

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

CVSweb <webmaster@jp.NetBSD.org>