aboutsummaryrefslogtreecommitdiff
path: root/security/autossh/Makefile
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2003-12-12 15:49:12 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2003-12-12 15:49:12 +0000
commit0c4fd5066873b58eab19c36d50a5c1b85fc81c50 (patch)
tree95b689514861000ba15edbb7826fb53e1d43f6ce /security/autossh/Makefile
parent3626b3c7c778ebd0037554193b4b15e6c403fb93 (diff)
downloadports-0c4fd5066873b58eab19c36d50a5c1b85fc81c50.tar.gz
ports-0c4fd5066873b58eab19c36d50a5c1b85fc81c50.zip
Notes
Diffstat (limited to 'security/autossh/Makefile')
-rw-r--r--security/autossh/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/security/autossh/Makefile b/security/autossh/Makefile
index b3dcf12e6c0a..eed9b131cad3 100644
--- a/security/autossh/Makefile
+++ b/security/autossh/Makefile
@@ -23,5 +23,8 @@ post-patch:
@${REINPLACE_CMD} -e 's,cp autossh.1 ,$$\{BSD_INSTALL_MAN\} autossh.1 ,g' ${WRKSRC}/${MAKEFILE}
@${REINPLACE_CMD} -e 's,cp autossh ,$$\{BSD_INSTALL_PROGRAM\} autossh ,g' ${WRKSRC}/${MAKEFILE}
@${REINPLACE_CMD} -e 's,cp ,$$\{BSD_INSTALL_DATA\} ,g' ${WRKSRC}/${MAKEFILE}
+.if defined(NOPORTDOCS)
+ @${REINPLACE_CMD} -Ee 's,(.*doc.*),#\1,g' ${WRKSRC}/${MAKEFILE}
+.endif
.include <bsd.port.mk>