diff options
Diffstat (limited to 'print/fpdf/Makefile')
-rw-r--r-- | print/fpdf/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/print/fpdf/Makefile b/print/fpdf/Makefile index cc7161b57396..539cef7fac41 100644 --- a/print/fpdf/Makefile +++ b/print/fpdf/Makefile @@ -8,7 +8,6 @@ PORTEPOCH= 1 CATEGORIES= print www MASTER_SITES= http://www.fpdf.org/en/ DISTNAME= ${PORTNAME}${PORTVERSION:S|.||} -EXTRACT_SUFX= .tgz MAINTAINER= thierry@FreeBSD.org COMMENT= Free PHP class to generate PDF files with pure PHP @@ -16,7 +15,7 @@ COMMENT= Free PHP class to generate PDF files with pure PHP USE_PHP= zlib FETCH_CMD= ${FETCH_BINARY} -ARr -o ${DISTDIR}/${DISTFILES} -USES= dos2unix +USES= dos2unix tar:tgz NO_BUILD= yes FPDF_DIR?= share/fpdf |