svn commit: r349384 - head/portuguese/irpf-pt_BR

Mario Sergio Fujikawa Ferreira lioux at FreeBSD.org
Fri Mar 28 00:29:45 UTC 2014


Author: lioux
Date: Fri Mar 28 00:29:44 2014
New Revision: 349384
URL: http://svnweb.freebsd.org/changeset/ports/349384
QAT: https://qat.redports.org/buildarchive/r349384/

Log:
  o Fix build: use TAR instead of JAR.
    o Incidentally avoiding BUILD_DEPENDS on Java.
  
  Submitted by:	bdrewery
  Approved by:	bdrewery (mentor)

Modified:
  head/portuguese/irpf-pt_BR/Makefile

Modified: head/portuguese/irpf-pt_BR/Makefile
==============================================================================
--- head/portuguese/irpf-pt_BR/Makefile	Fri Mar 28 00:20:17 2014	(r349383)
+++ head/portuguese/irpf-pt_BR/Makefile	Fri Mar 28 00:29:44 2014	(r349384)
@@ -90,7 +90,7 @@ PLIST_DIRS+=	\
 		%%JAR_DIR%%
 
 post-extract:
-	@( cd ${WRKSRC} && ${JAR} xf ./irpf.jar IRPF-Licenses.txt )
+	@( cd ${WRKSRC} && ${TAR} xf ./irpf.jar IRPF-Licenses.txt )
 
 post-patch:
 	@${SED} -e  "s|%%JAR_DIR%%|${JAR_DIR}|; \


More information about the svn-ports-head mailing list