From 97c6761730ff0c58d3a7a5ec5f94e2a8a8633168 Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 24 Aug 2000 22:32:34 +0000 Subject: Move all compilation steps into the build phase. Man pages for optimized binaries are installed unconditionally, so move them to the default PLIST. --- lang/ocaml/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang/ocaml/Makefile') 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; \ -- cgit v1.2.3