diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2006-02-11 21:20:18 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2006-02-11 21:20:18 +0000 |
commit | c60f3637133cf5350e6dafa6657cfeaf1cc58498 (patch) | |
tree | 64df7777f0d821617d72bc09231996e7e230e1da /print/fpdf | |
parent | d16f7bfb920bf7147ea96d7951ac9bbc5f8c72c6 (diff) | |
download | ports-c60f3637133cf5350e6dafa6657cfeaf1cc58498.tar.gz ports-c60f3637133cf5350e6dafa6657cfeaf1cc58498.zip |
Notes
Diffstat (limited to 'print/fpdf')
-rw-r--r-- | print/fpdf/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/print/fpdf/Makefile b/print/fpdf/Makefile index e2102803e39d..a1220dadaa5b 100644 --- a/print/fpdf/Makefile +++ b/print/fpdf/Makefile @@ -18,6 +18,7 @@ COMMENT= A free PHP class to generate PDF files with pure PHP USE_PHP= zlib +USE_DOS2UNIX= yes FETCH_CMD= /usr/bin/fetch -ARr -o ${DISTDIR}/${DISTFILES} NO_BUILD= yes @@ -27,7 +28,6 @@ SUB_FILES= pkg-message SUB_LIST= FPDF_DIR=${FPDF_DIR} PLIST_SUB= FPDF_DIR=${FPDF_DIR} -EXT2CNV= afm htm php txt DOCS= FAQ.htm doc/* fpdf.css histo.htm install.txt tutoriel do-fetch: @@ -37,11 +37,6 @@ do-fetch: fi pre-patch: -.for ext in ${EXT2CNV} - @for f in `${FIND} ${WRKSRC} -type f -name "*.${ext}"` ; do \ - ${TR} -d '\r' < $$f > $$f.dos && \ - ${MV} $$f.dos $$f ; done -.endfor @${FIND} ${WRKSRC} -type f | ${XARGS} ${CHMOD} ${SHAREMODE} do-install: |