View | Details | Raw Unified | Return to bug 239106 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-4 / +4 lines)
Lines 2-8 Link Here
2
# $FreeBSD: head/textproc/unoconv/Makefile 505847 2019-07-04 17:27:15Z tobik $
2
# $FreeBSD: head/textproc/unoconv/Makefile 505847 2019-07-04 17:27:15Z tobik $
3
3
4
PORTNAME=	unoconv
4
PORTNAME=	unoconv
5
PORTVERSION=	0.6
5
PORTVERSION=	0.7
6
PORTREVISION=	1
6
PORTREVISION=	1
7
CATEGORIES=	textproc python
7
CATEGORIES=	textproc python
8
MASTER_SITES=	http://dag.wieers.com/home-made/${PORTNAME}/ \
8
MASTER_SITES=	http://dag.wieers.com/home-made/${PORTNAME}/ \
Lines 25-36 Link Here
25
PORTDOCS=	*
25
PORTDOCS=	*
26
26
27
DOCSRCDIR1=	${WRKSRC}
27
DOCSRCDIR1=	${WRKSRC}
28
DOC_FILES1=	AUTHORS ChangeLog README.asciidoc WISHLIST
28
DOC_FILES1=	AUTHORS ChangeLog README.adoc
29
29
30
DOCSRCDIR2=	${WRKSRC}/doc
30
DOCSRCDIR2=	${WRKSRC}/doc
31
DOCSDIR2=	${DOCSDIR}/doc
31
DOCSDIR2=	${DOCSDIR}/doc
32
DOC_FILES2=	errcode.txt filters.txt formats.txt office-installations.txt \
32
DOC_FILES2=	errcode.adoc filters.adoc formats.adoc office-installations.adoc \
33
		selinux.txt unoconv.1.txt
33
		selinux.adoc unoconv.1.adoc
34
34
35
OPTIONS_DEFINE=	DOCS
35
OPTIONS_DEFINE=	DOCS
36
36

Return to bug 239106