aboutsummaryrefslogtreecommitdiff
path: root/security/mussh
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-04 22:17:11 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-04 22:17:11 +0000
commit849ee6c94fe3272b7f7db3232a30f6801ef8bfec (patch)
tree35f426fe810706739865778e4d89e485ae175a34 /security/mussh
parentd7964bc2699613e5b855a60b33978c6926fed4ac (diff)
downloadports-849ee6c94fe3272b7f7db3232a30f6801ef8bfec.tar.gz
ports-849ee6c94fe3272b7f7db3232a30f6801ef8bfec.zip
Remove NOPORTDOCS and NOPORTEXAMPLES.
Notes
Notes: svn path=/head/; revision=360671
Diffstat (limited to 'security/mussh')
-rw-r--r--security/mussh/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/mussh/Makefile b/security/mussh/Makefile
index bdbcaecc79d5..69f7ff36ad27 100644
--- a/security/mussh/Makefile
+++ b/security/mussh/Makefile
@@ -17,19 +17,19 @@ PORTDOCS= BUGS CHANGES EXAMPLES README
PLIST_FILES= bin/mussh
WRKSRC= ${WRKDIR}/${PORTNAME}
+OPTIONS_DEFINE= DOCS
+
post-patch:
- @${REINPLACE_CMD} -e "s,^#!/bin/bash,#!/usr/bin/env bash,g" \
+ ${REINPLACE_CMD} -e "s,^#!/bin/bash,#!/usr/bin/env bash,g" \
-e "s,seq 1 ,jot 1 ,g" \
${WRKSRC}/${PORTNAME}
do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-.if !defined(NOPORTDOCS)
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for f in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
.endfor
-.endif
.include <bsd.port.mk>