Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Nov 2016 12:35:57 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r426575 - head/Mk
Message-ID:  <201611201235.uAKCZv2e059258@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sun Nov 20 12:35:57 2016
New Revision: 426575
URL: https://svnweb.freebsd.org/changeset/ports/426575

Log:
  Use @postunexec instead of @unexec which is deprecated

Modified:
  head/Mk/bsd.ocaml.mk

Modified: head/Mk/bsd.ocaml.mk
==============================================================================
--- head/Mk/bsd.ocaml.mk	Sun Nov 20 12:34:00 2016	(r426574)
+++ head/Mk/bsd.ocaml.mk	Sun Nov 20 12:35:57 2016	(r426575)
@@ -143,7 +143,7 @@ ocaml-findlib:
 	@${FIND} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${DIR}/ -type f -print | ${SED} -e \
 		's,^${STAGEDIR}${PREFIX}/,,' >> ${TMPPLIST}
 .   endif
-	@${ECHO_CMD} "@unexec ${OCAMLFIND} remove ${DIR} 2>/dev/null" \
+	@${ECHO_CMD} "@postunexec ${OCAMLFIND} remove ${DIR} 2>/dev/null" \
 		>> ${TMPPLIST}
 .  endfor
 . endif



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611201235.uAKCZv2e059258>