summaryrefslogtreecommitdiff
path: root/lang/gcc3
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2004-04-10 16:05:05 +0000
committerseb <seb@pkgsrc.org>2004-04-10 16:05:05 +0000
commit0b4b088a18469001f0ae9fc7f53ee45c4b5b3998 (patch)
treea04816e35142883ec275825e246cd5df59aa3d3e /lang/gcc3
parent1cd5dcea8a82cbcaaa2aaf8597a1af3beae8d04b (diff)
downloadpkgsrc-0b4b088a18469001f0ae9fc7f53ee45c4b5b3998.tar.gz
Actually make the move of patches directory and distinfo file effective.
Diffstat (limited to 'lang/gcc3')
-rw-r--r--lang/gcc3/Makefile.common6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/gcc3/Makefile.common b/lang/gcc3/Makefile.common
index d1be08e4c49..7c70eb08e3a 100644
--- a/lang/gcc3/Makefile.common
+++ b/lang/gcc3/Makefile.common
@@ -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 @@ USE_GNU_TOOLS+= make
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"