diff options
author | Steve Wills <swills@FreeBSD.org> | 2021-03-13 06:37:18 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2021-03-13 06:37:18 +0000 |
commit | 3c244f268d8eb9a8fef06e85bad5252e909136d6 (patch) | |
tree | 644cf3113c87bdb9df2b36afc6ff59bd6527990f /security/please/Makefile | |
parent | e05afdc3520acb140ea36b933c209f4951e06497 (diff) | |
download | ports-3c244f268d8eb9a8fef06e85bad5252e909136d6.tar.gz ports-3c244f268d8eb9a8fef06e85bad5252e909136d6.zip |
Notes
Diffstat (limited to 'security/please/Makefile')
-rw-r--r-- | security/please/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/security/please/Makefile b/security/please/Makefile index 92d61416629c..3189763e8aa5 100644 --- a/security/please/Makefile +++ b/security/please/Makefile @@ -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 |