mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
28 lines
575 B
Makefile
28 lines
575 B
Makefile
# Created by: Grzegorz Blach <gblach@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= please
|
|
PORTVERSION= 2.7
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Execute a command as root
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
|
|
|
|
USE_GITHUB= yes
|
|
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.FreeBSD \
|
|
${STAGEDIR}${PREFIX}/etc/pam.d/please.sample
|
|
|
|
.include <bsd.port.mk>
|