svn commit: r349610 - head/x11-wm/obconf

Antoine Brodin antoine at FreeBSD.org
Sun Mar 30 10:39:05 UTC 2014


Author: antoine
Date: Sun Mar 30 10:39:04 2014
New Revision: 349610
URL: http://svnweb.freebsd.org/changeset/ports/349610
QAT: https://qat.redports.org/buildarchive/r349610/

Log:
  Finish stage support

Modified:
  head/x11-wm/obconf/Makefile

Modified: head/x11-wm/obconf/Makefile
==============================================================================
--- head/x11-wm/obconf/Makefile	Sun Mar 30 08:07:08 2014	(r349609)
+++ head/x11-wm/obconf/Makefile	Sun Mar 30 10:39:04 2014	(r349610)
@@ -39,7 +39,7 @@ PLIST_SUB+=		NLS="@comment "
 
 post-install:
 .if ${PORT_OPTIONS:MDOCS}
-	@${MKDIR} ${DOCSDIR}
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 .for file in ${PORTDOCS}
 	${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
 .endfor


More information about the svn-ports-head mailing list