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 | |
parent | Install port in ${PREFIX}/netbeans4 so that it could be used (diff) |
Fix handling of shared libraries via rc.d for non-default prefixes.
Notes
Notes:
svn path=/head/; revision=158357
-rw-r--r-- | lang/gcc/Makefile | 1 | ||||
-rw-r--r-- | lang/gcc42/Makefile | 1 | ||||
-rw-r--r-- | lang/gcc43/Makefile | 1 | ||||
-rw-r--r-- | lang/gcc44/Makefile | 1 | ||||
-rw-r--r-- | lang/gcc45/Makefile | 1 | ||||
-rw-r--r-- | lang/gcc46/Makefile | 1 | ||||
-rw-r--r-- | lang/gcc47/Makefile | 1 | ||||
-rw-r--r-- | lang/gcc48/Makefile | 1 |
8 files changed, 8 insertions, 0 deletions
diff --git a/lang/gcc/Makefile b/lang/gcc/Makefile index 09464a55f53e..05f7e09ce6f9 100644 --- a/lang/gcc/Makefile +++ b/lang/gcc/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. diff --git a/lang/gcc42/Makefile b/lang/gcc42/Makefile index 09464a55f53e..05f7e09ce6f9 100644 --- a/lang/gcc42/Makefile +++ b/lang/gcc42/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. diff --git a/lang/gcc43/Makefile b/lang/gcc43/Makefile index 09464a55f53e..05f7e09ce6f9 100644 --- a/lang/gcc43/Makefile +++ b/lang/gcc43/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. diff --git a/lang/gcc44/Makefile b/lang/gcc44/Makefile index 09464a55f53e..05f7e09ce6f9 100644 --- a/lang/gcc44/Makefile +++ b/lang/gcc44/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. diff --git a/lang/gcc45/Makefile b/lang/gcc45/Makefile index 09464a55f53e..05f7e09ce6f9 100644 --- a/lang/gcc45/Makefile +++ b/lang/gcc45/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. 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. diff --git a/lang/gcc47/Makefile b/lang/gcc47/Makefile index 09464a55f53e..05f7e09ce6f9 100644 --- a/lang/gcc47/Makefile +++ b/lang/gcc47/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. diff --git a/lang/gcc48/Makefile b/lang/gcc48/Makefile index 09464a55f53e..05f7e09ce6f9 100644 --- a/lang/gcc48/Makefile +++ b/lang/gcc48/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. |