diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-12 19:24:43 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-12 19:24:43 +0000 |
commit | 4fd65ef49f8a0ccaa8e3baa8627d8c10779ec8ad (patch) | |
tree | 3e796c12c41eb25645401dd4aade83d2653cbd59 /net/socat | |
parent | 273c3fe6f78bad5f616214d059959b4651b0db67 (diff) |
Notes
Diffstat (limited to 'net/socat')
-rw-r--r-- | net/socat/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/socat/Makefile b/net/socat/Makefile index 9c6898db7bb2..218d1b9191c7 100644 --- a/net/socat/Makefile +++ b/net/socat/Makefile @@ -41,10 +41,8 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin .endfor ${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 -.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} -.endif .if ${ARCH} == "arm" BROKEN= Does not configure on arm |