pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print the do-install target uses ${PATCH}, so add USE_...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6a2e616a965e
branches:  trunk
changeset: 467331:6a2e616a965e
user:      grant <grant%pkgsrc.org@localhost>
date:      Thu Jan 29 09:44:48 2004 +0000

description:
the do-install target uses ${PATCH}, so add USE_GNU_TOOLS+=patch.

diffstat:

 print/teTeX-share/Makefile  |  4 ++--
 print/teTeX1-share/Makefile |  3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs (35 lines):

diff -r c69d201cd9fe -r 6a2e616a965e print/teTeX-share/Makefile
--- a/print/teTeX-share/Makefile        Thu Jan 29 09:38:10 2004 +0000
+++ b/print/teTeX-share/Makefile        Thu Jan 29 09:44:48 2004 +0000
@@ -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 @@
 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 -r c69d201cd9fe -r 6a2e616a965e print/teTeX1-share/Makefile
--- a/print/teTeX1-share/Makefile       Thu Jan 29 09:38:10 2004 +0000
+++ b/print/teTeX1-share/Makefile       Thu Jan 29 09:44:48 2004 +0000
@@ -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 @@
 NO_CONFIGURE=  yes
 NO_BUILD=      yes
 NO_MTREE=      yes
+USE_GNU_TOOLS+=        patch
 
 EXTRA_PATCH=   ${FILESDIR}/latex.ltx.diff
 



Home | Main Index | Thread Index | Old Index