diff options
Diffstat (limited to 'devel/ocaml-cppo/Makefile')
-rw-r--r-- | devel/ocaml-cppo/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/devel/ocaml-cppo/Makefile b/devel/ocaml-cppo/Makefile index a64bcaa3094d..cf9c5340c56d 100644 --- a/devel/ocaml-cppo/Makefile +++ b/devel/ocaml-cppo/Makefile @@ -7,15 +7,11 @@ CATEGORIES= devel MASTER_SITES= http://martin.jambon.free.fr/ PKGNAMEPREFIX= ocaml- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Simple preprocessor for OCaml USES= gmake USE_OCAML= yes MAKE_JOBS_UNSAFE= yes -DOCSDIR= ${PREFIX}/share/doc/ocaml/${PORTNAME} -EXAMPLESDIR= ${PREFIX}/share/examples/ocaml/${PORTNAME} - -NO_STAGE= yes .include <bsd.port.mk> |