summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorjschauma <jschauma>2002-08-16 02:50:02 +0000
committerjschauma <jschauma>2002-08-16 02:50:02 +0000
commitcc41b36813fd94568ac859f1acb4233b6f56005c (patch)
tree33d8bcbe79fdbf051772013ffe15f5ebdfaf51e5 /lang
parent94dfb0a25418cb539c563ddd54cb15b461bd8fc5 (diff)
downloadpkgsrc-cc41b36813fd94568ac859f1acb4233b6f56005c.tar.gz
Beautify: correct tab-stops.
Diffstat (limited to 'lang')
-rw-r--r--lang/ocaml/Makefile32
1 files changed, 16 insertions, 16 deletions
diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile
index 6450e5bf30a..deee2c8618e 100644
--- a/lang/ocaml/Makefile
+++ b/lang/ocaml/Makefile
@@ -1,32 +1,32 @@
-# $NetBSD: Makefile,v 1.10 2002/06/19 02:23:41 jschauma Exp $
+# $NetBSD: Makefile,v 1.11 2002/08/16 03:12:13 jschauma Exp $
#
-DISTNAME= ocaml-3.04
-CATEGORIES= lang
+DISTNAME= ocaml-3.04
+CATEGORIES= lang
MASTER_SITES= ftp://ftp.inria.fr/lang/caml-light/
-MAINTAINER= jschauma@netbsd.org
-HOMEPAGE= http://caml.inria.fr/ocaml/
-COMMENT= the latest implementation of the Caml dialect of ML
+MAINTAINER= jschauma@netbsd.org
+HOMEPAGE= http://caml.inria.fr/ocaml/
+COMMENT= the latest implementation of the Caml dialect of ML
-DEPENDS+= tk>=8.3.2:../../x11/tk
+DEPENDS+= tk>=8.3.2:../../x11/tk
-USE_GMAKE= yes
-HAS_CONFIGURE= yes
+USE_GMAKE= yes
+HAS_CONFIGURE= yes
CONFIGURE_ARGS+= -prefix ${LOCALBASE}
CONFIGURE_ARGS+= -tklibs -L${LOCALBASE}/lib
CONFIGURE_ARGS+= -tkdefs "-I${LOCALBASE}/include "
CONFIGURE_ARGS+= -libs "-Wl,-R${X11BASE}/lib -Wl,-R${LOCALBASE}/lib"
-ALL_TARGET= world
+ALL_TARGET= world
post-build:
- if ${TEST} ${MACHINE_ARCH} = 'i386'; then \
- cd ${WRKSRC}; \
- ${GMAKE} opt; \
- ${GMAKE} ocamlc.opt; \
- ${GMAKE} ocamlopt.opt; \
- fi
+ if ${TEST} ${MACHINE_ARCH} = 'i386'; then \
+ cd ${WRKSRC}; \
+ ${GMAKE} opt; \
+ ${GMAKE} ocamlc.opt; \
+ ${GMAKE} ocamlopt.opt; \
+ fi
.include "../../mk/bsd.prefs.mk"