From 07df57ce678dc5df195544afdb5854c3c655914f Mon Sep 17 00:00:00 2001 From: grant Date: Thu, 29 Jan 2004 09:44:48 +0000 Subject: the do-install target uses ${PATCH}, so add USE_GNU_TOOLS+=patch. --- print/teTeX-share/Makefile | 4 ++-- print/teTeX1-share/Makefile | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/print/teTeX-share/Makefile b/print/teTeX-share/Makefile index 8c256b73128..496425624b1 100644 --- a/print/teTeX-share/Makefile +++ b/print/teTeX-share/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2004/01/20 12:24:29 agc Exp $ +# $NetBSD: Makefile,v 1.24 2004/01/29 09:44:48 grant Exp $ # DISTNAME= tetex-texmf-2.0.2 @@ -18,7 +18,7 @@ USE_BUILDLINK2= yes EXTRACT_ONLY= # empty NO_CONFIGURE= yes NO_BUILD= yes -NO_MTREE= yes +USE_GNU_TOOLS+= patch do-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/texmf diff --git a/print/teTeX1-share/Makefile b/print/teTeX1-share/Makefile index 5becc7e61a8..1deb434958c 100644 --- a/print/teTeX1-share/Makefile +++ b/print/teTeX1-share/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2004/01/20 12:24:29 agc Exp $ +# $NetBSD: Makefile,v 1.3 2004/01/29 09:44:48 grant Exp $ # DISTNAME= teTeX-texmf-1.0.2 @@ -20,6 +20,7 @@ EXTRACT_ONLY= # empty NO_CONFIGURE= yes NO_BUILD= yes NO_MTREE= yes +USE_GNU_TOOLS+= patch EXTRA_PATCH= ${FILESDIR}/latex.ltx.diff -- cgit v1.2.3