Date: Sat, 29 Sep 2018 20:50:43 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480926 - head/lang/ocaml-camlidl Message-ID: <201809292050.w8TKohNh024871@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danfe Date: Sat Sep 29 20:50:43 2018 New Revision: 480926 URL: https://svnweb.freebsd.org/changeset/ports/480926 Log: - Unbreak packaging as non-root user by removing needless call to chmod(1) - While here, do not force ${SHAREMODE} (444) on docfiles as well: default permissions (644) are perfectly fine Reported by: pkg-fallout PR: 231802 Submitted by: maintainer Modified: head/lang/ocaml-camlidl/Makefile Modified: head/lang/ocaml-camlidl/Makefile ============================================================================== --- head/lang/ocaml-camlidl/Makefile Sat Sep 29 20:46:15 2018 (r480925) +++ head/lang/ocaml-camlidl/Makefile Sat Sep 29 20:50:43 2018 (r480926) @@ -50,8 +50,6 @@ post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${GZCAT} ${_DISTDIR}/${PORTNAME}-${PORTVERSION}.doc.html.tar.gz \ | ${TAR} -C ${STAGEDIR}${DOCSDIR} -xf - - ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${STAGEDIR}${DOCSDIR} - ${FIND} ${STAGEDIR}${DOCSDIR} -type f -exec ${CHMOD} ${SHAREMODE} {} \; test: @${ECHO_CMD} "Testing IDL library"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809292050.w8TKohNh024871>