1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Always use -f with ln.

This commit is contained in:
David E. O'Brien 2003-01-11 20:48:57 +00:00
parent 869d25210f
commit fffe5093cf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=72920
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ SLAVEDIRS= sysutils/mkisofs
.if ${MACHINE_ARCH} != "i386"
post-extract:
${LN} -s ${WRKSRC}/RULES/i386-freebsd-cc.rul \
${LN} -sf ${WRKSRC}/RULES/i386-freebsd-cc.rul \
${WRKSRC}/RULES/${MACHINE_ARCH}-freebsd-cc.rul
.endif

View File

@ -28,7 +28,7 @@ SLAVEDIRS= sysutils/mkisofs
.if ${MACHINE_ARCH} != "i386"
post-extract:
${LN} -s ${WRKSRC}/RULES/i386-freebsd-cc.rul \
${LN} -sf ${WRKSRC}/RULES/i386-freebsd-cc.rul \
${WRKSRC}/RULES/${MACHINE_ARCH}-freebsd-cc.rul
.endif