diff options
author | dholland <dholland@pkgsrc.org> | 2015-12-29 04:54:34 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2015-12-29 04:54:34 +0000 |
commit | 98785d5e4affb6557d62111b953c336f8af8ea21 (patch) | |
tree | 22660914e25548c12358662b9ca43a700d7d49a9 /x11/ocaml-graphics | |
parent | ed68e0788eeb4d65e2c1a411188b70d43224df36 (diff) | |
download | pkgsrc-98785d5e4affb6557d62111b953c336f8af8ea21.tar.gz |
Whitespace.
Diffstat (limited to 'x11/ocaml-graphics')
-rw-r--r-- | x11/ocaml-graphics/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/x11/ocaml-graphics/Makefile b/x11/ocaml-graphics/Makefile index c6bb411e0c3..66fa98a559b 100644 --- a/x11/ocaml-graphics/Makefile +++ b/x11/ocaml-graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2015/08/07 11:20:33 jaapb Exp $ +# $NetBSD: Makefile,v 1.26 2015/12/29 04:54:39 dholland Exp $ .include "../../lang/ocaml/Makefile.common" DISTINFO_FILE= ${PKGDIR}/../../lang/ocaml/distinfo @@ -54,12 +54,12 @@ SUBST_FILES.mklib= otherlibs/Makefile.shared SUBST_SED.mklib= -e 's,^MKLIB=.*,MKLIB=ocamlmklib,g' SUBST_MESSAGE.mklib= Fixing MKLIB in otherlibs/Makefile.shared. -SUBST_CLASSES+= comp -SUBST_STAGE.comp= post-patch -SUBST_FILES.comp= otherlibs/Makefile -SUBST_SED.comp= -e 's,^CAMLC=.*,CAMLC=ocamlc,g' -SUBST_SED.comp+= -e 's,^CAMLOPT=.*,CAMLOPT=ocamlopt,g' -SUBST_MESSAGE.comp= Fixing CAMLC OCAMLOPT in otherlibs/Makefile. +SUBST_CLASSES+= comp +SUBST_STAGE.comp= post-patch +SUBST_FILES.comp= otherlibs/Makefile +SUBST_SED.comp= -e 's,^CAMLC=.*,CAMLC=ocamlc,g' +SUBST_SED.comp+= -e 's,^CAMLOPT=.*,CAMLOPT=ocamlopt,g' +SUBST_MESSAGE.comp= Fixing CAMLC OCAMLOPT in otherlibs/Makefile. INSTALLATION_DIRS+= lib/ocaml/stublibs |