diff options
Diffstat (limited to 'lang')
-rw-r--r-- | lang/modula-3-lib/Makefile | 14 |
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 |