diff options
author | kristerw <kristerw@pkgsrc.org> | 2005-05-16 16:33:24 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2005-05-16 16:33:24 +0000 |
commit | b589e39f58854d17d57edb31d569ba31769554e3 (patch) | |
tree | 4775505be04fee92809d4e41cca5d4869fc1d229 /print | |
parent | 7c87c3a6271c45d477b3fa17f848b9e3dd216ebf (diff) | |
download | pkgsrc-b589e39f58854d17d57edb31d569ba31769554e3.tar.gz |
Include mk/bsd.prefs.mk to prevent warnings from undefined EXTRACT_USING.
Diffstat (limited to 'print')
-rw-r--r-- | print/ja-ptex-share/Makefile | 4 | ||||
-rw-r--r-- | print/teTeX3-texmf/Makefile | 4 | ||||
-rw-r--r-- | print/teTeX3-texmfsrc/Makefile | 4 |
3 files changed, 9 insertions, 3 deletions
diff --git a/print/ja-ptex-share/Makefile b/print/ja-ptex-share/Makefile index 4f6f4444c45..ded734350c8 100644 --- a/print/ja-ptex-share/Makefile +++ b/print/ja-ptex-share/Makefile @@ -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_CONFIGURE= YES 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 --git a/print/teTeX3-texmf/Makefile b/print/teTeX3-texmf/Makefile index 43f053e3a25..bed8b506a35 100644 --- a/print/teTeX3-texmf/Makefile +++ b/print/teTeX3-texmf/Makefile @@ -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_CONFIGURE= yes 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 --git a/print/teTeX3-texmfsrc/Makefile b/print/teTeX3-texmfsrc/Makefile index 3210599a036..73e0a40f153 100644 --- a/print/teTeX3-texmfsrc/Makefile +++ b/print/teTeX3-texmfsrc/Makefile @@ -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_CONFIGURE= yes NO_BUILD= yes NO_MTREE= yes +.include "../../mk/bsd.prefs.mk" + do-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/texmf .if !empty(EXTRACT_USING:Mgtar) |