diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-13 03:24:43 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-13 03:24:43 +0800 |
commit | 049b7db701ea20b9591b953324a811aef0c5c8b3 (patch) | |
tree | 3e796c12c41eb25645401dd4aade83d2653cbd59 /net | |
parent | 14c9eb5c0cb65ac1ce4a47a246ec03cb656008db (diff) | |
download | freebsd-ports-gnome-049b7db701ea20b9591b953324a811aef0c5c8b3.tar.gz freebsd-ports-gnome-049b7db701ea20b9591b953324a811aef0c5c8b3.tar.zst freebsd-ports-gnome-049b7db701ea20b9591b953324a811aef0c5c8b3.zip |
Now that this port is staged and DOCS defined we can stop testing for DOCS in
any install target.
Diffstat (limited to 'net')
-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 |