diff options
author | tron <tron> | 1999-08-24 14:21:00 +0000 |
---|---|---|
committer | tron <tron> | 1999-08-24 14:21:00 +0000 |
commit | 91c5dbacc984dbddc1ffc86d891db6b80aa5ca70 (patch) | |
tree | ac8bd53dd88dc898ad77d7282201d44a10fa06c9 /print/teTeX-bin | |
parent | 844e8ed41d0e8323028709c9b38f206b707a3049 (diff) | |
download | pkgsrc-91c5dbacc984dbddc1ffc86d891db6b80aa5ca70.tar.gz |
Fix typo in last commit.
Diffstat (limited to 'print/teTeX-bin')
-rw-r--r-- | print/teTeX-bin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/teTeX-bin/Makefile b/print/teTeX-bin/Makefile index 100dc5c7529..e5d0cf9425d 100644 --- a/print/teTeX-bin/Makefile +++ b/print/teTeX-bin/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.5 1999/08/24 14:19:49 tron Exp $ +# $NetBSD: Makefile,v 1.6 1999/08/24 14:21:00 tron Exp $ # FreeBSD Id: Makefile,v 1.20 1997/08/05 06:56:41 tg Exp # -DISTNAME= teTeX-src-1.0.6.tar.gz +DISTNAME= teTeX-src-1.0.6 PKGNAME= teTeX-bin-1.0.6 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=systems/unix/teTeX/1.0/distrib/sources/} |