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:
John Marino 2014-06-01 07:41:14 +00:00
parent 4125312295
commit ce3b039d0d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356056

View file

@ -13,6 +13,7 @@ COMMENT= VISCII->Unicode conversion
USES= zip:infozip USES= zip:infozip
NO_WRKSUBDIR= yes NO_WRKSUBDIR= yes
EXTRACT_BEFORE_ARGS= -qoL
do-build: do-build:
cd ${WRKSRC} ; make vis2u cd ${WRKSRC} ; make vis2u
@ -21,5 +22,3 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/vis2u ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/vis2u ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk> .include <bsd.port.mk>
EXTRACT_BEFORE_ARGS+= -L