summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2006-03-27 23:06:22 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2006-03-27 23:06:22 +0000
commitd1bae98f77f51f04c769e00eae470280666ccbd9 (patch)
treebb8300ab040cf7d783827bd4cdef85e0d54d2de9
parent- Add patches for security issues (diff)
Fix handling of shared libraries via rc.d for non-default prefixes.
-rw-r--r--lang/gcc40/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/gcc40/Makefile b/lang/gcc40/Makefile
index 99fad93b31d2..5ced3db13d1e 100644
--- a/lang/gcc40/Makefile
+++ b/lang/gcc40/Makefile
@@ -93,6 +93,7 @@ check: build
cd ${WRKSRC}; export RUNTESTFLAGS='--target_board ''unix{-pthread}'''; ${GMAKE} -sk check
post-install:
+ -@${MKDIR} ${PREFIX}/etc/rc.d
${INSTALL_SCRIPT} ${WRKDIR}/gcc.sh ${PREFIX}/${RC_D_SH}
# man pages can only be generated if Perl >= 5.6 is installed;
# fake them otherwise.