diff options
author | minskim <minskim@pkgsrc.org> | 2005-11-15 17:22:40 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-11-15 17:22:40 +0000 |
commit | 486ce747518946237026b947b95478833abf8142 (patch) | |
tree | 2b608d0ca0f3a0a1ceda050bac2c7c860f90b56a /mk | |
parent | b50cd7635271adbff9f0d9b626892b47e3fcdf24 (diff) | |
download | pkgsrc-486ce747518946237026b947b95478833abf8142.tar.gz |
Correct the file name in comments.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/tex.buildlink3.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/tex.buildlink3.mk b/mk/tex.buildlink3.mk index 4e93f722207..fd78d5d189c 100644 --- a/mk/tex.buildlink3.mk +++ b/mk/tex.buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: tex.buildlink3.mk,v 1.5 2005/11/15 12:54:35 tonio Exp $ +# $NetBSD: tex.buildlink3.mk,v 1.6 2005/11/15 17:22:40 minskim Exp $ # # A Makefile fragment for tex and latex packages # @@ -20,7 +20,7 @@ # # * Assume each package supports teTeX{2,3} by default. # To change the supported latex versions, define TEX_ACCEPTED -# explicitly before including mk/latex.buildlink3.mk. Note that the +# explicitly before including mk/tex.buildlink3.mk. Note that the # order is important. # # * Optionally set TEX_DEPMETHOD to "build" to only add a build-time |