svn commit: r356056 - head/vietnamese/vis2u

John Marino marino at FreeBSD.org
Sun Jun 1 07:41:15 UTC 2014


Author: marino
Date: Sun Jun  1 07:41:14 2014
New Revision: 356056
URL: http://svnweb.freebsd.org/changeset/ports/356056
QAT: https://qat.redports.org/buildarchive/r356056/

Log:
  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.

Modified:
  head/vietnamese/vis2u/Makefile

Modified: head/vietnamese/vis2u/Makefile
==============================================================================
--- head/vietnamese/vis2u/Makefile	Sun Jun  1 07:36:36 2014	(r356055)
+++ head/vietnamese/vis2u/Makefile	Sun Jun  1 07:41:14 2014	(r356056)
@@ -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


More information about the svn-ports-head mailing list