Date: Sat, 13 Mar 2021 06:37:18 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568233 - in head/security/please: . files Message-ID: <202103130637.12D6bI3l062178@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Sat Mar 13 06:37:18 2021 New Revision: 568233 URL: https://svnweb.freebsd.org/changeset/ports/568233 Log: security/please: convert from REINPLACE_CMD to patch No package change Added: head/security/please/files/ head/security/please/files/patch-Makefile (contents, props changed) Modified: head/security/please/Makefile (contents, props changed) Modified: head/security/please/Makefile ============================================================================== --- head/security/please/Makefile Sat Mar 13 06:37:14 2021 (r568232) +++ head/security/please/Makefile Sat Mar 13 06:37:18 2021 (r568233) @@ -17,9 +17,6 @@ GH_ACCOUNT= MagikBSD PLIST_FILES= "@(,,4555) bin/please" "@sample etc/pam.d/please.sample" \ man/man1/please.1.gz -post-patch: - @${REINPLACE_CMD} -e "s,-m 4555,-m 0555,g" ${WRKSRC}/Makefile - post-install: ${CP} ${WRKSRC}/pam.d/please.BSD \ ${STAGEDIR}${PREFIX}/etc/pam.d/please.sample Added: head/security/please/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/please/files/patch-Makefile Sat Mar 13 06:37:18 2021 (r568233) @@ -0,0 +1,11 @@ +--- Makefile.orig 2021-02-26 22:51:55 UTC ++++ Makefile +@@ -24,7 +24,7 @@ ${BIN}.1: ${BIN}.rst + + install: all + install -d ${DESTDIR}${PREFIX}/bin +- install -m 4555 -s ${BIN} ${DESTDIR}${PREFIX}/bin ++ install -m 0555 -s ${BIN} ${DESTDIR}${PREFIX}/bin + install -d ${DESTDIR}${PREFIX}/man/man1 + install -m 0444 ${BIN}.1.gz ${DESTDIR}${PREFIX}/man/man1 +
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103130637.12D6bI3l062178>