diff options
Diffstat (limited to 'print/teTeX2-share/Makefile')
-rw-r--r-- | print/teTeX2-share/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/teTeX2-share/Makefile b/print/teTeX2-share/Makefile index 7768a7c7c44..a66ce3561d6 100644 --- a/print/teTeX2-share/Makefile +++ b/print/teTeX2-share/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2003/03/15 08:17:08 kei Exp $ +# $NetBSD: Makefile,v 1.3 2003/03/29 12:42:17 jmmv Exp $ DISTNAME= tetex-texmf-2.0.2 PKGNAME= teTeX2-share-2.0.2 PKGREVISION= # empty +WRKSRC= ${WRKDIR} CATEGORIES= print MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=systems/unix/teTeX/2.0/distrib/} @@ -13,7 +14,6 @@ COMMENT= Machine-independent part of teTeX, version 2 CONFLICTS+= teTeX-share-[0-9]* DIST_SUBDIR= teTeX -WRKSRC= ${WRKDIR} USE_BUILDLINK2= yes EXTRACT_ONLY= # empty NO_CONFIGURE= yes |