pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/teTeX3-texmf Fix typo... FILEDIR -> FILESDIR.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/483ac6892099
branches:  trunk
changeset: 494018:483ac6892099
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Wed May 18 15:11:13 2005 +0000

description:
Fix typo... FILEDIR -> FILESDIR.

diffstat:

 print/teTeX3-texmf/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b31ccc2bf26e -r 483ac6892099 print/teTeX3-texmf/Makefile
--- a/print/teTeX3-texmf/Makefile       Wed May 18 15:00:35 2005 +0000
+++ b/print/teTeX3-texmf/Makefile       Wed May 18 15:11:13 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2005/05/17 22:00:13 jlam Exp $
+# $NetBSD: Makefile,v 1.7 2005/05/18 15:11:13 jlam Exp $
 #
 
 DISTNAME=      tetex-texmf-3.0
@@ -24,7 +24,7 @@
 .include "../../mk/bsd.prefs.mk"
 
 .if !empty(EXTRACT_USING:M*tar)
-EXTRACT_CMD_OPTS${EXTRACT_SUFX}=       -X ${FILEDIR}/exclude -p
+EXTRACT_CMD_OPTS${EXTRACT_SUFX}=       -X ${FILESDIR}/exclude -p
 .elif !empty(EXTRACT_USING:Mpax)
 EXTRACT_CMD_OPTS${EXTRACT_SUFX}=       -c `${CAT} ${FILESDIR}/exclude`
 .endif



Home | Main Index | Thread Index | Old Index