Index: head/net/sbd/Makefile =================================================================== --- head/net/sbd/Makefile (revision 345856) +++ head/net/sbd/Makefile (revision 345857) @@ -1,26 +1,25 @@ # Created by: David Thiel (lx@redundancy.redundancy.org) # $FreeBSD$ PORTNAME= sbd PORTVERSION= 1.37 CATEGORIES= net security MASTER_SITES= http://tigerteam.se/dl/sbd/ \ http://redundancy.redundancy.org/mirror/ MAINTAINER= lx@FreeBSD.org COMMENT= A netcat clone with more features and crypto ALL_TARGET= unix PLIST_FILES= bin/sbd PORTDOCS= README -NO_STAGE= yes +OPTIONS_DEFINE= DOCS + do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/sbd ${PREFIX}/bin -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} -.endif + ${INSTALL_PROGRAM} ${WRKSRC}/sbd ${STAGEDIR}${PREFIX}/bin + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .include