1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00

Fix handling of shared libraries via rc.d for non-default prefixes.

This commit is contained in:
Gerald Pfeifer 2006-03-27 23:06:22 +00:00
parent bd1ba7c085
commit d1bae98f77
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=158285

View File

@ -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.