summaryrefslogtreecommitdiffstats
path: root/security/mussh/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/mussh/Makefile')
-rw-r--r--security/mussh/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/security/mussh/Makefile b/security/mussh/Makefile
index e944443..e703934 100644
--- a/security/mussh/Makefile
+++ b/security/mussh/Makefile
@@ -12,13 +12,15 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
EXTRACT_SUFX= .tgz
-MAINTAINER= leeym@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= A tool for easily running the same commands on multiple hosts
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash2
NO_BUILD= yes
USE_REINPLACE= yes
+PORTDOCS= BUGS CHANGES EXAMPLES README
+PLIST_FILES= bin/mussh
post-patch:
@${REINPLACE_CMD} -e "s,^#!/bin/bash,#!${LOCALBASE}/bin/bash,g" \
@@ -29,7 +31,7 @@ do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
-.for f in BUGS CHANGES EXAMPLES README
+.for f in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
.endfor
.endif
OpenPOWER on IntegriCloud