diff options
author | minskim <minskim> | 2006-05-13 03:44:23 +0000 |
---|---|---|
committer | minskim <minskim> | 2006-05-13 03:44:23 +0000 |
commit | ce8253eb185afe7af05efa6b30ab611bd8ea7570 (patch) | |
tree | 2c18ca092663df72077c1e313c65a4dcdcd9c1ee /emulators | |
parent | 46bd498aada7dbe7d570f3edbfc6760c6a03f458 (diff) | |
download | pkgsrc-ce8253eb185afe7af05efa6b30ab611bd8ea7570.tar.gz |
Remove references to teTeX1.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/mmix/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/emulators/mmix/Makefile b/emulators/mmix/Makefile index 2095820747e..1c8151fee92 100644 --- a/emulators/mmix/Makefile +++ b/emulators/mmix/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2006/03/04 21:29:35 jlam Exp $ +# $NetBSD: Makefile,v 1.23 2006/05/13 03:44:23 minskim Exp $ DISTNAME= mmix-20030622 PKGREVISION= 3 @@ -10,18 +10,15 @@ HOMEPAGE= http://www-cs-faculty.stanford.edu/~knuth/mmix.html COMMENT= Simulators for Knuth's MMIX RISC architecture TEX_DEPMETHOD= build -TEX_ACCEPTED= teTeX1 teTeX2 teTeX3 -.include "../../mk/tex.buildlink3.mk" -.if (${TEX_TYPE} == "teTeX1") -# mmix depends on cweb, so we need to also provide it when using teTeX1 -BUILD_DEPENDS+= cweb-[0-9]*:../../devel/cweb -.endif +TEX_ACCEPTED= teTeX2 teTeX3 WRKSRC= ${WRKDIR} BUILD_TARGET= all doc INSTALLATION_DIRS= bin +.include "../../mk/tex.buildlink3.mk" + do-install: cd ${WRKSRC} && ${INSTALL_PROGRAM} abstime mmix mmixal \ mmmix mmotype ${PREFIX}/bin |