pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print Include mk/bsd.prefs.mk to prevent warnings from...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/246153f8df15
branches:  trunk
changeset: 493916:246153f8df15
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Mon May 16 16:33:24 2005 +0000

description:
Include mk/bsd.prefs.mk to prevent warnings from undefined EXTRACT_USING.

diffstat:

 print/ja-ptex-share/Makefile   |  4 +++-
 print/teTeX3-texmf/Makefile    |  4 +++-
 print/teTeX3-texmfsrc/Makefile |  4 +++-
 3 files changed, 9 insertions(+), 3 deletions(-)

diffs (54 lines):

diff -r 20a56ca8d6c5 -r 246153f8df15 print/ja-ptex-share/Makefile
--- a/print/ja-ptex-share/Makefile      Mon May 16 16:32:28 2005 +0000
+++ b/print/ja-ptex-share/Makefile      Mon May 16 16:33:24 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2005/05/16 03:04:45 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2005/05/16 16:33:24 kristerw Exp $
 
 DISTNAME=      ptex-texmf-2.1
 PKGNAME=       ja-ptex-share-2.1
@@ -26,6 +26,8 @@
 NO_BUILD=              YES
 TEXMFLOCAL=            ${PREFIX}/share/texmf.local
 
+.include "../../mk/bsd.prefs.mk"
+
 do-install:
        ${INSTALL_DATA_DIR} ${TEXMFLOCAL}
 .if !empty(EXTRACT_USING:Mgtar)
diff -r 20a56ca8d6c5 -r 246153f8df15 print/teTeX3-texmf/Makefile
--- a/print/teTeX3-texmf/Makefile       Mon May 16 16:32:28 2005 +0000
+++ b/print/teTeX3-texmf/Makefile       Mon May 16 16:33:24 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2005/05/16 03:04:45 jlam Exp $
+# $NetBSD: Makefile,v 1.5 2005/05/16 16:33:24 kristerw Exp $
 #
 
 DISTNAME=      tetex-texmf-3.0
@@ -20,6 +20,8 @@
 NO_BUILD=      yes
 USE_GNU_TOOLS+=        patch
 
+.include "../../mk/bsd.prefs.mk"
+
 do-install:
        ${INSTALL_DATA_DIR} ${PREFIX}/share/texmf
 .if !empty(EXTRACT_USING:Mgtar)
diff -r 20a56ca8d6c5 -r 246153f8df15 print/teTeX3-texmfsrc/Makefile
--- a/print/teTeX3-texmfsrc/Makefile    Mon May 16 16:32:28 2005 +0000
+++ b/print/teTeX3-texmfsrc/Makefile    Mon May 16 16:33:24 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2005/05/16 03:04:45 jlam Exp $
+# $NetBSD: Makefile,v 1.5 2005/05/16 16:33:24 kristerw Exp $
 # FreeBSD Id: Makefile,v 1.20 1997/08/05 06:56:41 tg Exp
 #
 
@@ -22,6 +22,8 @@
 NO_BUILD=      yes
 NO_MTREE=      yes
 
+.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