summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
Diffstat (limited to 'print')
-rw-r--r--print/teTeX-share/Makefile6
-rw-r--r--print/teTeX3-texmf/Makefile6
2 files changed, 6 insertions, 6 deletions
diff --git a/print/teTeX-share/Makefile b/print/teTeX-share/Makefile
index eb61548bea1..b353f133092 100644
--- a/print/teTeX-share/Makefile
+++ b/print/teTeX-share/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2005/05/22 20:08:29 jlam Exp $
+# $NetBSD: Makefile,v 1.32 2006/01/20 23:41:30 jlam Exp $
#
DISTNAME= tetex-texmf-2.0.2
@@ -32,9 +32,9 @@ USE_TOOLS+= patch
# permissions.
#
.if !empty(EXTRACT_USING:M*tar)
-EXTRACT_CMD_OPTS${EXTRACT_SUFX}= -X ${FILESDIR}/exclude -p
+EXTRACT_OPTS_TAR= -X ${FILESDIR}/exclude -p
.elif !empty(EXTRACT_USING:Mpax)
-EXTRACT_CMD_OPTS${EXTRACT_SUFX}= -c `${CAT} ${FILESDIR}/exclude`
+EXTRACT_OPTS_PAX= -c `${CAT} ${FILESDIR}/exclude`
.endif
do-install:
diff --git a/print/teTeX3-texmf/Makefile b/print/teTeX3-texmf/Makefile
index 4257c99101f..f72dc90c28f 100644
--- a/print/teTeX3-texmf/Makefile
+++ b/print/teTeX3-texmf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2005/11/09 15:31:30 minskim Exp $
+# $NetBSD: Makefile,v 1.10 2006/01/20 23:41:30 jlam Exp $
#
DISTNAME= tetex-texmf-3.0
@@ -24,9 +24,9 @@ USE_TOOLS+= patch
.include "../../mk/bsd.prefs.mk"
.if !empty(EXTRACT_USING:M*tar)
-EXTRACT_CMD_OPTS${EXTRACT_SUFX}= -X ${FILESDIR}/exclude -p
+EXTRACT_OPTS_TAR= -X ${FILESDIR}/exclude -p
.elif !empty(EXTRACT_USING:Mpax)
-EXTRACT_CMD_OPTS${EXTRACT_SUFX}= -c `${CAT} ${FILESDIR}/exclude`
+EXTRACT_OPTS_PAX= -c `${CAT} ${FILESDIR}/exclude`
.endif
do-install: