freebsd-ports/security/mussh/Makefile
Yen-Ming Lee 2f25423ec8 use PORTDOCS and PLIST_FILES instead of pkg-plist
SIZEify distinfo
drop MAINTAINERship
2004-02-07 16:14:12 +00:00

39 lines
886 B
Makefile

# New ports collection makefile for: mussh
# Date created: 24 January 2002
# Whom: Yen-Ming Lee <leeym@leeym.com>
#
# $FreeBSD$
#
PORTNAME= mussh
PORTVERSION= 0.5
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
EXTRACT_SUFX= .tgz
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" \
${WRKSRC}/${PORTNAME}
do-install:
@${MKDIR} ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for f in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>