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> |