svn commit: r364515 - head/net/udt
Antoine Brodin
antoine at FreeBSD.org
Sun Aug 10 08:40:50 UTC 2014
Author: antoine
Date: Sun Aug 10 08:40:49 2014
New Revision: 364515
URL: http://svnweb.freebsd.org/changeset/ports/364515
QAT: https://qat.redports.org/buildarchive/r364515/
Log:
Fix a stage violation
Modified:
head/net/udt/Makefile
Modified: head/net/udt/Makefile
==============================================================================
--- head/net/udt/Makefile Sun Aug 10 08:37:27 2014 (r364514)
+++ head/net/udt/Makefile Sun Aug 10 08:40:49 2014 (r364515)
@@ -36,8 +36,8 @@ post-install:
${INSTALL_PROGRAM} ${UDT_APPS:S|^|${WRKSRC:H}/app/udt-|} ${STAGEDIR}${PREFIX}/bin/
.if ${PORT_OPTIONS:MDOCS}
# Installing documentation tree into ${DOCSDIR}
- ${MKDIR} ${DOCSDIR}
- cd ${WRKSRC:H}/doc && ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR}
+ ${MKDIR} ${STAGEDIR}${DOCSDIR}
+ cd ${WRKSRC:H}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}
.else
EXTRACT_AFTER_ARGS+= --exclude udt${PORTVERSION:R}/doc
.endif
More information about the svn-ports-all
mailing list