diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-06-24 22:29:56 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-06-24 22:29:56 +0000 |
commit | 4142b6d98ef018e73f3a5cdc03740cccc8f586eb (patch) | |
tree | 69057db60ff7c8ce51ab604762252d73a9c6e191 | |
parent | Properly call MAKE_CMD (diff) |
Properly use the framework
With hat: portmgr
Notes
Notes:
svn path=/head/; revision=359151
-rw-r--r-- | databases/ocaml-pgocaml/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/ocaml-pgocaml/Makefile b/databases/ocaml-pgocaml/Makefile index 7f3c06abd8b5..3424d45fd3c3 100644 --- a/databases/ocaml-pgocaml/Makefile +++ b/databases/ocaml-pgocaml/Makefile @@ -25,6 +25,7 @@ USE_OCAML_FINDLIB= yes USE_OCAMLFIND_PLIST= yes INSTALL_TARGET= findlib_install +ALL_TARGET= depend all NO_STAGE= yes .include <bsd.port.pre.mk> @@ -34,7 +35,4 @@ post-patch: ${REINPLACE_CMD} 's/-pp "camlp4o/-pp "camlp4o.byte/g' ${WRKSRC}/Makefile .endif -pre-build: - cd ${WRKSRC}; ${GMAKE} depend - .include <bsd.port.post.mk> |