aboutsummaryrefslogtreecommitdiff
path: root/security/mussh/Makefile
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2002-11-10 18:35:39 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2002-11-10 18:35:39 +0000
commit66c96fc898daa4bc469eb9b39fb98fc924abde85 (patch)
tree1acfe4738900525ab4fb81f3b05d7d455152077f /security/mussh/Makefile
parent8fd2462d53d317aa19d0002a18519785f41b786f (diff)
downloadports-66c96fc898daa4bc469eb9b39fb98fc924abde85.tar.gz
ports-66c96fc898daa4bc469eb9b39fb98fc924abde85.zip
Notes
Diffstat (limited to 'security/mussh/Makefile')
-rw-r--r--security/mussh/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/mussh/Makefile b/security/mussh/Makefile
index 15b74e007c03..8c60a8e08826 100644
--- a/security/mussh/Makefile
+++ b/security/mussh/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= mussh
-PORTVERSION= 0.4
+PORTVERSION= 0.5
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -28,7 +28,7 @@ do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
-.for file in CHANGES EXAMPLES README
+.for file in BUGS CHANGES EXAMPLES README
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif