summaryrefslogtreecommitdiff
path: root/print/teTeX-share
diff options
context:
space:
mode:
authorrillig <rillig>2005-05-16 10:38:53 +0000
committerrillig <rillig>2005-05-16 10:38:53 +0000
commit1649dd2f03f3f0b04b3650fd26122f5ce2507a84 (patch)
tree16f9771a22aaa47ba0c71e9c5da1286a39c7bbfd /print/teTeX-share
parentfb17b3612162d0e622f2a4ed634d8caebadc7c84 (diff)
downloadpkgsrc-1649dd2f03f3f0b04b3650fd26122f5ce2507a84.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/teTeX-share')
-rw-r--r--print/teTeX-share/Makefile4
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)