diff options
author | wiz <wiz> | 2000-08-24 22:32:34 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-08-24 22:32:34 +0000 |
commit | 97c6761730ff0c58d3a7a5ec5f94e2a8a8633168 (patch) | |
tree | 5a350ddeb3136d87d7f70d39c868433b5f987d79 /lang/ocaml/Makefile | |
parent | 5d1275bc7c0c4a8626a329f7c40b9dcdab5c8b75 (diff) | |
download | pkgsrc-97c6761730ff0c58d3a7a5ec5f94e2a8a8633168.tar.gz |
Move all compilation steps into the build phase.
Man pages for optimized binaries are installed unconditionally, so move
them to the default PLIST.
Diffstat (limited to 'lang/ocaml/Makefile')
-rw-r--r-- | lang/ocaml/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile index 6c57c78276d..8107d7f4a6d 100644 --- a/lang/ocaml/Makefile +++ b/lang/ocaml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2000/06/12 15:17:45 wulf Exp $ +# $NetBSD: Makefile,v 1.4 2000/08/24 22:32:34 wiz Exp $ # DISTNAME= ocaml-3.00 @@ -16,7 +16,7 @@ CONFIGURE_ARGS+= -prefix ${LOCALBASE} -tklibs -L${LOCALBASE}/lib -tkdefs "-I${LO ALL_TARGET= world -pre-install: +post-build: if ${TEST} ${MACHINE_ARCH} = 'i386'; then \ cd ${WRKSRC}; \ ${GMAKE} opt; \ |