View | Details | Raw Unified | Return to bug 176060
Collapse All | Expand All

(-)Makefile (-3 / +5 lines)
Lines 5-20 Link Here
5
# $FreeBSD$
5
# $FreeBSD$
6
6
7
PORTNAME=	text
7
PORTNAME=	text
8
PORTVERSION=	0.5
8
PORTVERSION=	0.6
9
CATEGORIES=	textproc
9
CATEGORIES=	textproc
10
MASTER_SITES=	http://forge.ocamlcore.org/frs/download.php/641/
10
MASTER_SITES=	http://forge.ocamlcore.org/frs/download.php/937/
11
PKGNAMEPREFIX=	ocaml-
11
PKGNAMEPREFIX=	ocaml-
12
DISTNAME=	${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
12
DISTNAME=	${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
13
13
14
MAINTAINER=	jaapb@kerguelen.org
14
MAINTAINER=	jaapb@kerguelen.org
15
COMMENT=	OCaml library for dealing with text
15
COMMENT=	OCaml library for dealing with text
16
16
17
DOCSDIR=	${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
17
DOCSDIR=	${PREFIX}/share/doc/ocaml/${PORTNAME}
18
18
19
HAS_CONFIGURE=		yes
19
HAS_CONFIGURE=		yes
20
CONFIGURE_ARGS=		--docdir ${DOCSDIR} --prefix ${PREFIX} --mandir ${PREFIX}/man
20
CONFIGURE_ARGS=		--docdir ${DOCSDIR} --prefix ${PREFIX} --mandir ${PREFIX}/man
Lines 48-51 Link Here
48
	${TOUCH} ${OCAMLFIND_LDCONF}
48
	${TOUCH} ${OCAMLFIND_LDCONF}
49
.endif
49
.endif
50
50
51
pre-install:
52
	${MKDIR} ${DOCSDIR}
51
.include <bsd.port.post.mk>
53
.include <bsd.port.post.mk>
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (ocaml-text-0.5.tar.gz) = d7fc2ae616130a61f822686a6c366a5a4653d3fd8785c14d57038c9f5643dfc3
1
SHA256 (ocaml-text-0.6.tar.gz) = cfd4d224ec0b776ce462c5ba5cb6e4eae8cf397ede6d3b91add44a05a6520f49
2
SIZE (ocaml-text-0.5.tar.gz) = 248862
2
SIZE (ocaml-text-0.6.tar.gz) = 253162

Return to bug 176060