diff options
Diffstat (limited to 'print/teTeX1-bin/Makefile')
-rw-r--r-- | print/teTeX1-bin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/teTeX1-bin/Makefile b/print/teTeX1-bin/Makefile index 25dda1b784b..eb102bec045 100644 --- a/print/teTeX1-bin/Makefile +++ b/print/teTeX1-bin/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2004/01/04 17:52:50 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2004/01/20 12:24:29 agc Exp $ DISTNAME= teTeX-src-1.0.7 PKGNAME= teTeX-bin-1.0.7 PKGREVISION= 3 -WRKSRC= ${WRKDIR}/teTeX-1.0 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=systems/unix/teTeX/1.0/distrib/sources/} @@ -18,6 +17,7 @@ DEPENDS+= dialog-0.6z*:../../misc/dialog # games/omega previously installed an omega executable too CONFLICTS+= omega<0.90.4nb1 +WRKSRC= ${WRKDIR}/teTeX-1.0 DIST_SUBDIR= teTeX ALL_TARGET= all INSTALL_TARGET= install strip |