pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/teTeX-share Included bsd.prefs.mk to work around...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ca1ab21a8942
branches:  trunk
changeset: 493905:ca1ab21a8942
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon May 16 10:38:53 2005 +0000

description:
Included bsd.prefs.mk to work around an undefined variable (EXTRACT_USING)
in the rest of the Makefile. Fixes PR 30240.

diffstat:

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

diffs (18 lines):

diff -r 635bc95d18fd -r ca1ab21a8942 print/teTeX-share/Makefile
--- a/print/teTeX-share/Makefile        Mon May 16 10:12:28 2005 +0000
+++ b/print/teTeX-share/Makefile        Mon May 16 10:38:53 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2005/05/16 03:04:45 jlam Exp $
+# $NetBSD: Makefile,v 1.29 2005/05/16 10:38:53 rillig Exp $
 #
 
 DISTNAME=      tetex-texmf-2.0.2
@@ -25,6 +25,8 @@
 
 USE_GNU_TOOLS+=                patch
 
+.include "../../mk/bsd.prefs.mk"
+
 do-install:
        ${INSTALL_DATA_DIR} ${PREFIX}/share/texmf
 .if !empty(EXTRACT_USING:Mgtar)



Home | Main Index | Thread Index | Old Index