diff options
-rw-r--r-- | portuguese/irpf-pt_BR/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/portuguese/irpf-pt_BR/Makefile b/portuguese/irpf-pt_BR/Makefile index c1d9849c226a..d6660ecbbbc6 100644 --- a/portuguese/irpf-pt_BR/Makefile +++ b/portuguese/irpf-pt_BR/Makefile @@ -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}|; \ |