diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2006-03-29 06:07:08 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2006-03-29 06:07:08 +0000 |
commit | fea0827329e736ec57f67f9b0542055f66068843 (patch) | |
tree | fd1d881902945efa9aa66326d31e6058aabb56b6 /lang/gcc46 | |
parent | 9c7e1b10b3f732e2b22f103c52dcdfe33e6b6a78 (diff) |
Notes
Diffstat (limited to 'lang/gcc46')
-rw-r--r-- | lang/gcc46/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/gcc46/Makefile b/lang/gcc46/Makefile index 09464a55f53e..05f7e09ce6f9 100644 --- a/lang/gcc46/Makefile +++ b/lang/gcc46/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. |