summaryrefslogtreecommitdiff
path: root/security/mussh
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2004-02-07 16:14:12 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2004-02-07 16:14:12 +0000
commit2f25423ec89bda201aed39850ec9640d7ba5b4d7 (patch)
tree390384a13ace915eebd9ac4205506ffc1fefc834 /security/mussh
parent[seems like when I thought I committed this first, I only committed (diff)
use PORTDOCS and PLIST_FILES instead of pkg-plist
SIZEify distinfo drop MAINTAINERship
Notes
Notes: svn path=/head/; revision=100256
Diffstat (limited to 'security/mussh')
-rw-r--r--security/mussh/Makefile6
-rw-r--r--security/mussh/distinfo1
-rw-r--r--security/mussh/pkg-plist6
3 files changed, 5 insertions, 8 deletions
diff --git a/security/mussh/Makefile b/security/mussh/Makefile
index e94444301da5..e703934e2f21 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
diff --git a/security/mussh/distinfo b/security/mussh/distinfo
index 005d92ddcc32..affc721322e4 100644
--- a/security/mussh/distinfo
+++ b/security/mussh/distinfo
@@ -1 +1,2 @@
MD5 (mussh-0.5.tgz) = b87aae3007a994b829afc2bd27beb7ce
+SIZE (mussh-0.5.tgz) = 6972
diff --git a/security/mussh/pkg-plist b/security/mussh/pkg-plist
deleted file mode 100644
index 13d5628d8307..000000000000
--- a/security/mussh/pkg-plist
+++ /dev/null
@@ -1,6 +0,0 @@
-bin/mussh
-%%PORTDOCS%%%%DOCSDIR%%/BUGS
-%%PORTDOCS%%%%DOCSDIR%%/CHANGES
-%%PORTDOCS%%%%DOCSDIR%%/EXAMPLES
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%@dirrm %%DOCSDIR%%