diff options
Diffstat (limited to 'archivers/zutils/Makefile')
-rw-r--r-- | archivers/zutils/Makefile | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/archivers/zutils/Makefile b/archivers/zutils/Makefile index 510c68ea0874..3f826c460df3 100644 --- a/archivers/zutils/Makefile +++ b/archivers/zutils/Makefile @@ -5,24 +5,17 @@ PORTNAME= zutils PORTVERSION= 1.8 CATEGORIES= archivers MASTER_SITES= SAVANNAH/zutils -EXTRACT_SUFX= .tar.lz MAINTAINER= danilo@FreeBSD.org COMMENT= Utilities for searching in bzip2, gzip, lzip, and xz archives LICENSE= GPLv2 -EXTRACT_DEPENDS= lzip:archivers/lzip - -INFO= zutils - +USES= tar:lz GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -do-extract: - @${MKDIR} ${WRKDIR} - @(cd ${WRKDIR} ; ${LOCALBASE}/bin/lzip -cd \ - ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} | ${TAR} -xf -) +INFO= zutils post-patch: # Remove compiler hardcoded flags and use environment |