diff options
Diffstat (limited to 'editors/lazarus/Makefile.common')
-rw-r--r-- | editors/lazarus/Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/lazarus/Makefile.common b/editors/lazarus/Makefile.common index 6b057f79a280..75ccd6d8f210 100644 --- a/editors/lazarus/Makefile.common +++ b/editors/lazarus/Makefile.common @@ -3,7 +3,7 @@ #USE_BZIP2= yes USE_GMAKE= yes -EXTRACT_AFTER_ARGS= | ${TAR} -xf - ${LCLDIR} ${PORTNAME}/packager/registration \ +EXTRACT_AFTER_ARGS= ${LCLDIR} ${PORTNAME}/packager/registration \ ${PORTNAME}/components/lazutils PATCHDIR= ${.CURDIR}/files FILESDIR= ${.CURDIR}/files |