svn commit: r328109 - head/net-p2p/btpd

Baptiste Daroussin bapt at FreeBSD.org
Tue Sep 24 11:19:50 UTC 2013


Author: bapt
Date: Tue Sep 24 11:19:49 2013
New Revision: 328109
URL: http://svnweb.freebsd.org/changeset/ports/328109

Log:
  Fix after staging conversion

Modified:
  head/net-p2p/btpd/Makefile

Modified: head/net-p2p/btpd/Makefile
==============================================================================
--- head/net-p2p/btpd/Makefile	Tue Sep 24 11:17:43 2013	(r328108)
+++ head/net-p2p/btpd/Makefile	Tue Sep 24 11:19:49 2013	(r328109)
@@ -21,7 +21,7 @@ PORTDOCS=	README
 
 post-install:
 .if ${PORT_OPTIONS:MDOCS}
-	@${MKDIR} ${DOCSDIR}
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}/
 .endif
 


More information about the svn-ports-all mailing list