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:
parent
869d25210f
commit
fffe5093cf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=72920
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user