mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 15:36:35 -04:00
x11-fonts/sgifonts: Use $TAR instead of $EXTRACT_CMD
Currently, FreeBSD defines EXTRACT_CMD as $TAR, but DragonFly does not have a default value for EXTRACT_CMD. Using $TAR instead of $EXTRACT_CMD is a No-Op for FreeBSD, but restores the build on DragonFly which got disrupted as a result of the previous commit.
This commit is contained in:
parent
31298e1cec
commit
ecbdb09aa7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=368303
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ FONTS= Scr7 Scr8 Scr9 Scr10 Scr11 Scr12 \
|
|||
space10 type13
|
||||
|
||||
post-extract:
|
||||
@(cd ${WRKSRC} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} \
|
||||
@(cd ${WRKSRC} && ${TAR} ${EXTRACT_BEFORE_ARGS} \
|
||||
sgi-fonts.tar.gz ${EXTRACT_AFTER_ARGS})
|
||||
|
||||
post-patch:
|
||||
|
|
Loading…
Add table
Reference in a new issue