mirror of
https://git.freebsd.org/ports.git
synced 2025-05-22 11:48:35 -04:00
vietnamese/vis2u: Fix EXTRACT_AFTER_ARGS
The EXTRACT_AFTER_ARGS came after <bsd.port.mk>, and even if it were to be merly moved, it likely still would not work. This argument is not additive due to use of conditional initialization.
This commit is contained in:
parent
4125312295
commit
ce3b039d0d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356056
1 changed files with 1 additions and 2 deletions
|
@ -13,6 +13,7 @@ COMMENT= VISCII->Unicode conversion
|
|||
|
||||
USES= zip:infozip
|
||||
NO_WRKSUBDIR= yes
|
||||
EXTRACT_BEFORE_ARGS= -qoL
|
||||
|
||||
do-build:
|
||||
cd ${WRKSRC} ; make vis2u
|
||||
|
@ -21,5 +22,3 @@ do-install:
|
|||
${INSTALL_PROGRAM} ${WRKSRC}/vis2u ${STAGEDIR}${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
EXTRACT_BEFORE_ARGS+= -L
|
||||
|
|
Loading…
Add table
Reference in a new issue