summaryrefslogtreecommitdiff
path: root/lang/gcc30/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-08-30 19:12:04 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-08-30 19:12:04 +0000
commit9f105650b3a94ce56e8e2f5f6812d721f607207e (patch)
treeff79ea826addf595f79e6dc59a032006fe876e83 /lang/gcc30/Makefile
parentFix mysql support and introduce pgsql support (diff)
Update to 3.0.1.
Notes
Notes: svn path=/head/; revision=47172
Diffstat (limited to 'lang/gcc30/Makefile')
-rw-r--r--lang/gcc30/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/gcc30/Makefile b/lang/gcc30/Makefile
index d3ae99945d29..c7f1cf79c7d4 100644
--- a/lang/gcc30/Makefile
+++ b/lang/gcc30/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= gcc30
-PORTVERSION= 3.0.0
+PORTVERSION= 3.0.1
CATEGORIES= lang java
MASTER_SITES= ftp://egcs.cygnus.com/pub/egcs/releases/gcc-${GCC_REV}/ \
${MASTER_SITE_SOURCEWARE}
@@ -26,8 +26,7 @@ PATCH_ARGS= -d ${SRCDIR} -E ${PATCH_STRIP}
.if !defined(PATCH_DEBUG)
PATCH_ARGS+= --forward --quiet
.endif
-GCC_REV= ${PORTVERSION:C/\.0$//}
-CONFIGURE_SCRIPT= ../gcc-${GCC_REV}/configure
+CONFIGURE_SCRIPT= ../${SRCDIR:C/${WRKDIR}//}/configure
.include <bsd.port.pre.mk>
@@ -37,6 +36,7 @@ CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL}
CONFIGURE_TARGET= ${ARCH}-portbld-freebsdaout${OSREL}
.endif
+GCC_REV= ${PORTVERSION:C/\.0$//}
SRCDIR= ${WRKDIR}/gcc-${GCC_REV}
WRKSRC= ${WRKDIR}/build
TARGLIB= ${PREFIX}/lib/gcc-lib/${CONFIGURE_TARGET}/${GCC_REV}