diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-07-10 15:46:06 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-07-10 15:46:06 +0000 |
commit | 4aa2f3b198175eb04f039548cb1253a51f6be98c (patch) | |
tree | ee20778f53b4d2aab526da71493a65da5a866ea6 /devel/ocaml-cppo/Makefile | |
parent | b17a47b014def91606374b020eeef08096b7a5db (diff) |
Notes
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> |