mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Always use -f with ln.
This commit is contained in:
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
|
@ -28,7 +28,7 @@ SLAVEDIRS= sysutils/mkisofs
|
||||||
|
|
||||||
.if ${MACHINE_ARCH} != "i386"
|
.if ${MACHINE_ARCH} != "i386"
|
||||||
post-extract:
|
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
|
${WRKSRC}/RULES/${MACHINE_ARCH}-freebsd-cc.rul
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
|
|
@ -28,7 +28,7 @@ SLAVEDIRS= sysutils/mkisofs
|
||||||
|
|
||||||
.if ${MACHINE_ARCH} != "i386"
|
.if ${MACHINE_ARCH} != "i386"
|
||||||
post-extract:
|
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
|
${WRKSRC}/RULES/${MACHINE_ARCH}-freebsd-cc.rul
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue