aboutsummaryrefslogtreecommitdiff
path: root/lang
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
parent6c546b094f04093c914f31ac565bbd5bfb32ffa5 (diff)
downloadports-daf03e3c5ef670291375bd924919d2e3c6547720.tar.gz
ports-daf03e3c5ef670291375bd924919d2e3c6547720.zip
Fix handling of shared libraries via rc.d for non-default prefixes.
Notes
Notes: svn path=/head/; revision=158347
Diffstat (limited to 'lang')
-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.