Subject: pkg/30269: teTeX3-texmf doesn't install due to error in Makefile
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: None <geert.hendrickx@ua.ac.be>
List: pkgsrc-bugs
Date: 05/18/2005 08:55:00
>Number: 30269
>Category: pkg
>Synopsis: teTeX3-texmf doesn't install due to error in Makefile
>Confidential: no
>Severity: critical
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Wed May 18 08:55:00 +0000 2005
>Originator: Geert Hendrickx
>Release: netbsd-2
>Organization:
>Environment:
NetBSD mantis 2.0_STABLE NetBSD 2.0_STABLE (MANTIS) #4: Tue May 17 21:07:37 CEST 2005 geert@mantis:/usr/src/sys/arch/i386/compile/MANTIS i386
>Description:
make install doesn't work due to error in print/teTeX3-texmf/Makefile, see patch below.
>How-To-Repeat:
>Fix:
--- print/teTeX3-texmf/Makefile.orig 2005-05-18 10:50:59.000
+++ print/teTeX3-texmf/Makefile 2005-05-18 10:48:50.000000000 +
@@ -24,7 +24,7 @@
.include "../../mk/bsd.prefs.mk"
.if !empty(EXTRACT_USING:M*tar)
-EXTRACT_CMD_OPTS${EXTRACT_SUFX}= -X ${FILEDIR}/exclude -
+EXTRACT_CMD_OPTS${EXTRACT_SUFX}= -X ${FILESDIR}/exclude
.elif !empty(EXTRACT_USING:Mpax)
EXTRACT_CMD_OPTS${EXTRACT_SUFX}= -c `${CAT} ${FILESDIR}/
.endif