diff options
author | rillig <rillig@pkgsrc.org> | 2005-05-16 10:38:53 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-05-16 10:38:53 +0000 |
commit | 5e22ba9763b1a045577d5bc0e8ecf4f0e8c4f1dc (patch) | |
tree | 16f9771a22aaa47ba0c71e9c5da1286a39c7bbfd /print | |
parent | 4bc8b8b2d946d7098d72e75b6b36c8806a5eebcc (diff) | |
download | pkgsrc-5e22ba9763b1a045577d5bc0e8ecf4f0e8c4f1dc.tar.gz |
Included bsd.prefs.mk to work around an undefined variable (EXTRACT_USING)
in the rest of the Makefile. Fixes PR 30240.
Diffstat (limited to 'print')
-rw-r--r-- | print/teTeX-share/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/teTeX-share/Makefile b/print/teTeX-share/Makefile index d0980979fd7..a26ebdd742c 100644 --- a/print/teTeX-share/Makefile +++ b/print/teTeX-share/Makefile @@ -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 @@ 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) |