mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
Use @${MKDIR} instead of direct use of command command "mkdir -p".
This commit is contained in:
parent
cdf45b5c80
commit
804081c3dc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=321490
@ -55,7 +55,7 @@ do-build:
|
||||
.endfor
|
||||
|
||||
do-install:
|
||||
-mkdir -p ${PREFIX}/${FONTSDIR}
|
||||
@${MKDIR} ${PREFIX}/${FONTSDIR}
|
||||
.for FONTNAME in ${FONTLIST}
|
||||
${INSTALL_DATA} ${WRKDIR}/${FONTNAME}.pcf.gz \
|
||||
${PREFIX}/${FONTSDIR}
|
||||
|
Loading…
Reference in New Issue
Block a user