aboutsummaryrefslogtreecommitdiffstats
path: root/lang/modula-3-lib/Makefile
diff options
context:
space:
mode:
authorjdp <jdp@FreeBSD.org>1999-09-29 13:00:43 +0800
committerjdp <jdp@FreeBSD.org>1999-09-29 13:00:43 +0800
commit28de0d426846d2afb298ee271b59ae9a885cb7ba (patch)
tree50a448a82f674faa12c47bc549dacf05d2b3ad3c /lang/modula-3-lib/Makefile
parent314824cb7afe1c8405101cb4f13abb6dd2e30add (diff)
downloadfreebsd-ports-gnome-28de0d426846d2afb298ee271b59ae9a885cb7ba.tar.gz
freebsd-ports-gnome-28de0d426846d2afb298ee271b59ae9a885cb7ba.tar.zst
freebsd-ports-gnome-28de0d426846d2afb298ee271b59ae9a885cb7ba.zip
Don't try to get the GCC-2.7.2.1 sources from "/usr/src". They
aren't there any more in -current.
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