Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Jun 2014 07:41:14 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r356056 - head/vietnamese/vis2u
Message-ID:  <201406010741.s517fEUS007012@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406010741.s517fEUS007012>