summaryrefslogtreecommitdiff
path: root/lang/modula-3-lib/Makefile
diff options
context:
space:
mode:
authorJohn Polstra <jdp@FreeBSD.org>1999-09-29 05:00:43 +0000
committerJohn Polstra <jdp@FreeBSD.org>1999-09-29 05:00:43 +0000
commite9f6228138c697155fc6eab8965ee59490cc3e97 (patch)
tree43434f9bf5e106f24d5b5013bb32cdfa1cd59872 /lang/modula-3-lib/Makefile
parentUpdated port to 0.1.25 (diff)
Don't try to get the GCC-2.7.2.1 sources from "/usr/src". They
aren't there any more in -current.
Notes
Notes: svn path=/head/; revision=22062
Diffstat (limited to 'lang/modula-3-lib/Makefile')
-rw-r--r--lang/modula-3-lib/Makefile14
1 files changed, 2 insertions, 12 deletions
diff --git a/lang/modula-3-lib/Makefile b/lang/modula-3-lib/Makefile
index 4117d226ffc6..4c605ba3978d 100644
--- a/lang/modula-3-lib/Makefile
+++ b/lang/modula-3-lib/Makefile
@@ -11,7 +11,8 @@ CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_LOCAL}
DISTFILES= m3-fbsd-src-3.6.tar.gz \
m3-fbsd-m3cc-3.6.tar.gz \
- m3-fbsd-m3ccelf-3.6.tar.gz
+ m3-fbsd-m3ccelf-3.6.tar.gz \
+ m3-fbsd-gcc-3.6.tar.gz
# Note: Depending on what is already installed on the system, the code
# below may add some more DISTFILES.
@@ -45,12 +46,6 @@ have_boot!= /bin/sh scripts/check_files files/T.boot installed /usr/local
DISTFILES+= m3-fbsd-boot-3.6.tar.gz
.endif
-# For gcc-2.7.2.1, we look in /usr/src/contrib.
-have_gcc!= /bin/sh scripts/check_files files/T.gcc m3cc /usr/src/contrib
-.if empty(have_gcc)
-DISTFILES+= m3-fbsd-gcc-3.6.tar.gz
-.endif
-
# Startup script, run at boot time
startup_dir= ${PREFIX}/etc/rc.d
startup_script= ${startup_dir}/50.m3.sh
@@ -84,11 +79,6 @@ post-extract:
@${SH} ${SCRIPTDIR}/copy_files ${FILESDIR}/T.boot installed \
${have_boot} ${WRKSRC}
.endif
-.if !empty(have_gcc)
- @${ECHO_MSG} "Copying gcc sources from ${have_gcc}"
- @${SH} ${SCRIPTDIR}/copy_files ${FILESDIR}/T.gcc m3cc \
- ${have_gcc} ${WRKSRC}
-.endif
@cd ${WRKSRC}/m3cc/gcc; \
${CHMOD} +x config.sub configure move-if-change