diff options
Diffstat (limited to 'textproc/xmlto/Makefile')
-rw-r--r-- | textproc/xmlto/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/xmlto/Makefile b/textproc/xmlto/Makefile index 7b4feaacf2d8..a3976b083bd0 100644 --- a/textproc/xmlto/Makefile +++ b/textproc/xmlto/Makefile @@ -12,6 +12,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= mandree@FreeBSD.org COMMENT= Front-end to an XSL toolchain +WWW= https://pagure.io/xmlto/ LICENSE= GPLv2 @@ -69,14 +70,12 @@ CONFIGURE_ARGS+= --with-backend=dblatex .endif post-patch: - @# get rid of nonstandard "type" option -t: ${SED} -i '' -e 's/type -t/which/;' \ ${WRKSRC}/format/docbook/epub \ ${WRKSRC}/format/docbook/txt \ ${WRKSRC}/format/fo/dvi \ ${WRKSRC}/format/fo/pdf \ ${WRKSRC}/format/xhtml1/txt - @# get rid of GNU-make-ism (BSD make defines $< only in suffix rules) ${REINPLACE_CMD} -e '/^GEN_MANPAGE/{s/\$$</$$>/;}' ${WRKSRC}/Makefile.in post-install: |