pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/fonts/cyr-rfx-share The NetBSD-current tar has problem...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7bee11d95021
branches:  trunk
changeset: 469838:7bee11d95021
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Mon Mar 01 00:56:24 2004 +0000

description:
The NetBSD-current tar has problems with -C (see PR bin/24611)

Work around this problem by explicitly "cd" into the directory instead
of using the -C option.

diffstat:

 fonts/cyr-rfx-share/Makefile.common |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r ac7c75ce3055 -r 7bee11d95021 fonts/cyr-rfx-share/Makefile.common
--- a/fonts/cyr-rfx-share/Makefile.common       Mon Mar 01 00:47:43 2004 +0000
+++ b/fonts/cyr-rfx-share/Makefile.common       Mon Mar 01 00:56:24 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.2 2002/07/13 15:43:36 wiz Exp $
+# $NetBSD: Makefile.common,v 1.3 2004/03/01 00:56:24 kristerw Exp $
 
 DISTNAME=      cyr-rfx-${CYR_RFX_ENCODING}-1.1
 CATEGORIES=    fonts x11
@@ -19,6 +19,6 @@
 NO_BUILD=      yes
 
 do-install:
-       @${GTAR} xzf ${_DISTDIR}/${DISTFILES} -C ${PREFIX}/lib/X11/fonts/local ${CYR_RFX_ENCODING}/misc ${CYR_RFX_ENCODING}/75dpi
+       @cd ${PREFIX}/lib/X11/fonts/local && ${GTAR} xzf ${_DISTDIR}/${DISTFILES} ${CYR_RFX_ENCODING}/misc ${CYR_RFX_ENCODING}/75dpi
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index