diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-04-22 13:26:26 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-04-22 13:26:26 +0000 |
commit | 06760a635b0dddb2df10168d81faf6694f258f36 (patch) | |
tree | 63682a5f01f301cc7fdbdc483472150dad336c0a /textproc | |
parent | Preserve whitespace in the argument list. This can be tested by running (diff) |
- Fix build
Submitted by: pointyhat
Notes
Notes:
svn path=/head/; revision=190632
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/fop/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/textproc/fop/Makefile b/textproc/fop/Makefile index 1ae6616f47a9..4f3ce1e29dfc 100644 --- a/textproc/fop/Makefile +++ b/textproc/fop/Makefile @@ -19,6 +19,8 @@ EXTRACT_ONLY= ${DISTNAME}.tar.gz MAINTAINER= ports@FreeBSD.org COMMENT= Print formatter driven by XSL formatting +EXTRACT_DEPENDS+= unzip:${PORTSDIR}/archivers/unzip + WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//} USE_JAVA= yes @@ -26,8 +28,8 @@ JAVA_VERSION= 1.2+ USE_ANT= yes post-extract: - cd ${WRKDIR} && unzip ${DISTDIR}/offo-hyphenation.zip - cp ${WRKDIR}/offo-hyphenation/hyph/*.xml ${WRKSRC}/hyph + cd ${WRKDIR} && ${UNZIP_CMD} ${DISTDIR}/offo-hyphenation.zip + ${CP} ${WRKDIR}/offo-hyphenation/hyph/*.xml ${WRKSRC}/hyph do-install: ${MKDIR} ${DATADIR} |