diff options
author | tonio <tonio@pkgsrc.org> | 2006-01-08 14:00:11 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2006-01-08 14:00:11 +0000 |
commit | 56edd1a62d83f0090130dd304c99d23f50cb9f17 (patch) | |
tree | 4e2501ff1292c647808c2d60a1f115cf87fd0afd /print/tex-jadetex | |
parent | c07ff854cc1fe3b76ac5d25f8ccce55e5b52149e (diff) | |
download | pkgsrc-56edd1a62d83f0090130dd304c99d23f50cb9f17.tar.gz |
Make teTeX3 the default TEX_DEFAULT
bump PKGREVISION where necessary
Move PKG_TEXMFPREFIX and PKG_LOCALTEXMFPREFIX definitions to
teTeX?/buidlink3.mk, so that packages may include
print/teTeX1-bin/buildlink3.mk directly (however, using teTeX/module.mk do not
allow that)
Diffstat (limited to 'print/tex-jadetex')
-rw-r--r-- | print/tex-jadetex/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/tex-jadetex/Makefile b/print/tex-jadetex/Makefile index 9252d4631b3..daa8bb0fb2c 100644 --- a/print/tex-jadetex/Makefile +++ b/print/tex-jadetex/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.20 2005/12/28 05:05:44 reed Exp $ +# $NetBSD: Makefile,v 1.21 2006/01/08 14:00:12 tonio Exp $ # DISTNAME= jadetex-3.13 PKGNAME= tex-${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=jadetex/} |