- Fix build
Submitted by: pointyhat
This commit is contained in:
parent
3e7a932731
commit
06760a635b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=190632
1 changed files with 4 additions and 2 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue