summaryrefslogtreecommitdiff
path: root/lang/gcc41
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2006-03-28 18:41:56 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2006-03-28 18:41:56 +0000
commitdaf03e3c5ef670291375bd924919d2e3c6547720 (patch)
tree93ec52b96a53def35e6da57ac5a061bb67cc370c /lang/gcc41
parentSecurity update to 3.1.1. (diff)
Fix handling of shared libraries via rc.d for non-default prefixes.
Diffstat (limited to 'lang/gcc41')
-rw-r--r--lang/gcc41/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/gcc41/Makefile b/lang/gcc41/Makefile
index 7159e1454da5..2a62f621dacd 100644
--- a/lang/gcc41/Makefile
+++ b/lang/gcc41/Makefile
@@ -149,6 +149,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.