diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-02-07 16:14:12 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-02-07 16:14:12 +0000 |
commit | 2f25423ec89bda201aed39850ec9640d7ba5b4d7 (patch) | |
tree | 390384a13ace915eebd9ac4205506ffc1fefc834 /security | |
parent | a998177f765a2c44577bd1317c452f26fef2120d (diff) | |
download | freebsd-ports-2f25423ec89bda201aed39850ec9640d7ba5b4d7.zip |
use PORTDOCS and PLIST_FILES instead of pkg-plist
SIZEify distinfo
drop MAINTAINERship
Diffstat (limited to 'security')
-rw-r--r-- | security/mussh/Makefile | 6 | ||||
-rw-r--r-- | security/mussh/distinfo | 1 | ||||
-rw-r--r-- | security/mussh/pkg-plist | 6 |
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%% |