svn commit: r568233 - in head/security/please: . files
Steve Wills
swills at FreeBSD.org
Sat Mar 13 06:37:19 UTC 2021
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
+
More information about the svn-ports-all
mailing list