pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/gcc3 Actually make the move of patches directory ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/83760ddb17c6
branches:  trunk
changeset: 472428:83760ddb17c6
user:      seb <seb%pkgsrc.org@localhost>
date:      Sat Apr 10 16:05:05 2004 +0000

description:
Actually make the move of patches directory and distinfo file effective.

diffstat:

 lang/gcc3/Makefile.common |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 752ae809aa05 -r 83760ddb17c6 lang/gcc3/Makefile.common
--- a/lang/gcc3/Makefile.common Sat Apr 10 15:47:08 2004 +0000
+++ b/lang/gcc3/Makefile.common Sat Apr 10 16:05:05 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.1 2004/04/10 15:47:08 seb Exp $
+# $NetBSD: Makefile.common,v 1.2 2004/04/10 16:05:05 seb Exp $
 
 GCC_VERSION=   3.3.3
 DISTNAME=      gcc-${GCC_VERSION}
@@ -17,8 +17,8 @@
 MAKEFLAGS+=            GMAKE_LOCALE=no
 HAS_CONFIGURE=         yes
 
-PATCHDIR=              ${.CURDIR}/../../lang/gcc3-c/patches
-DISTINFO_FILE=         ${.CURDIR}/../../lang/gcc3-c/distinfo
+PATCHDIR=              ${.CURDIR}/../../lang/gcc3/patches
+DISTINFO_FILE=         ${.CURDIR}/../../lang/gcc3/distinfo
 
 .include "../../mk/bsd.prefs.mk"
 



Home | Main Index | Thread Index | Old Index