Index: head/security/please/Makefile =================================================================== --- head/security/please/Makefile (revision 396874) +++ head/security/please/Makefile (revision 396875) @@ -1,27 +1,26 @@ # Created by: Grzegorz Blach # $FreeBSD$ PORTNAME= please PORTVERSION= 2.4 CATEGORIES= security MAINTAINER= gblach@FreeBSD.org COMMENT= Execute a command as root LICENSE= BSD2CLAUSE USE_GITHUB= yes GH_ACCOUNT= MagikBSD -INSTALL_TARGET= install PLIST_FILES= "@(,,6555) bin/please" "@sample etc/pam.d/please.sample" \ man/man1/please.1.gz post-patch: @${REINPLACE_CMD} -e "s,-m 6555,-m 0555,g" ${WRKSRC}/Makefile post-install: ${CP} ${WRKSRC}/pam.d/please.FreeBSD \ ${STAGEDIR}${PREFIX}/etc/pam.d/please.sample .include