trailing whitespace

This commit is contained in:
jasper 2017-09-01 17:04:22 +00:00
parent 638a515329
commit 0b7a1d3a0f
2 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.76 2017/05/25 22:57:42 sthen Exp $
# $OpenBSD: Makefile,v 1.77 2017/09/01 17:04:22 jasper Exp $
MULTI_PACKAGES = -graphics -main
@ -6,7 +6,7 @@ COMMENT-main = ML language with complete class-based objective system
COMMENT-graphics = OCaml Graphics library providing basic drawing primitives
# XXX Don't even think of updating ocaml alone.
# Do check that the ports that depend on it still work, or repair them.
# Do check that the ports that depend on it still work, or repair them.
# Don't forget to bump version in ocaml.port.mk, too!
VERSION=4.03.0
REVISION= 0

View File

@ -1,4 +1,4 @@
# $OpenBSD: ocaml.port.mk,v 1.30 2014/10/25 11:55:54 chrisz Exp $
# $OpenBSD: ocaml.port.mk,v 1.31 2017/09/01 17:04:22 jasper Exp $
# regular file usage for bytecode:
# PLIST -- bytecode base files
@ -39,7 +39,7 @@ MAKE_ENV += OCAMLFIND_DESTDIR=${DESTDIR}${TRUEPREFIX}/lib/ocaml \
OCAMLFIND_COMMANDS="ocamldoc=${MODOCAML_OCAMLDOC}"
MODOCAML_pre-fake = \
${_FAKESUDO} ${INSTALL_DATA_DIR} ${WRKINST}${LOCALBASE}/lib/ocaml/stublibs
${_FAKESUDO} ${INSTALL_DATA_DIR} ${WRKINST}${LOCALBASE}/lib/ocaml/stublibs
######################################################################
@ -90,7 +90,7 @@ MODOASIS_BUILD_TARGET += \
&& ${SETENV} ${MAKE_ENV} ${_MODOASIS_SETUP} ${TARGET}
. endfor
. if !target(do-build)
do-build:
do-build:
${MODOASIS_BUILD_TARGET}
. endif
@ -102,7 +102,7 @@ MODOASIS_INSTALL_TARGET += \
&& ${SETENV} ${MAKE_ENV} ${_MODOASIS_SETUP} ${TARGET}
. endfor
. if !target(do-install)
do-install:
do-install:
${MODOASIS_INSTALL_TARGET}
. endif
@ -114,7 +114,7 @@ MODOASIS_TEST_TARGET += \
&& ${SETENV} ${MAKE_ENV} ${_MODOASIS_SETUP} ${TARGET}
. endfor
. if !target(do-test)
do-test:
do-test:
${MODOASIS_TEST_TARGET}
. endif