diff options
Diffstat (limited to 'print')
-rw-r--r-- | print/teTeX-bin/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/teTeX-bin/Makefile b/print/teTeX-bin/Makefile index e5d0cf9425d..1cdb672f7ba 100644 --- a/print/teTeX-bin/Makefile +++ b/print/teTeX-bin/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.6 1999/08/24 14:21:00 tron Exp $ +# $NetBSD: Makefile,v 1.7 1999/08/27 18:16:02 jlam Exp $ # FreeBSD Id: Makefile,v 1.20 1997/08/05 06:56:41 tg Exp # DISTNAME= teTeX-src-1.0.6 PKGNAME= teTeX-bin-1.0.6 +WRKSRC= ${WRKDIR}/teTeX-1.0 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=systems/unix/teTeX/1.0/distrib/sources/} |