1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/sysutils/sshsudo/Makefile
Jimmy Olgeni fa3a17c064 Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Categories P-S.

CR:		D422
Approved by:	portmgr (bapt)
2014-07-17 08:57:51 +00:00

35 lines
741 B
Makefile

# Created by: Hung-Yi Chen <gaod@hychen.org>
# $FreeBSD$
PORTNAME= sshsudo
PORTVERSION= 1.0
CATEGORIES= sysutils
MASTER_SITES= GOOGLE_CODE
DISTNAME= ${PORTNAME}
EXTRACT_SUFX= #
EXTRACT_ONLY= #
MAINTAINER= gaod@hychen.org
COMMENT= Bash script to run sudo command on multiple remote computers
LICENSE= GPLv3
RUN_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash \
sshpass>=0:${PORTSDIR}/security/sshpass
PROJECTHOST= sshsudo
NO_BUILD= yes
NO_WRKSUBDIR= yes
PLIST_FILES= bin/sshsudo
post-patch:
${SED} -e "s,/bin/bash,${LOCALBASE}/bin/bash," -e "s,mktemp,mktemp -t sshsudo," \
<${DISTDIR}/${DISTNAME} >${WRKSRC}/${DISTNAME}
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>