diff options
author | grant <grant@pkgsrc.org> | 2004-01-29 09:44:48 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-01-29 09:44:48 +0000 |
commit | 6d06334107d5ea7d4aee82f354f39d22558c9cc1 (patch) | |
tree | 427cf5f0f40a8d705d3212b1a88747fe9678be7c /print | |
parent | a871ff070ef5d5904694fc8dc902d41537847eb3 (diff) | |
download | pkgsrc-6d06334107d5ea7d4aee82f354f39d22558c9cc1.tar.gz |
the do-install target uses ${PATCH}, so add USE_GNU_TOOLS+=patch.
Diffstat (limited to 'print')
-rw-r--r-- | print/teTeX-share/Makefile | 4 | ||||
-rw-r--r-- | 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 |