svn commit: r328108 - head/graphics/libpuzzle

Baptiste Daroussin bapt at FreeBSD.org
Tue Sep 24 11:17:44 UTC 2013


Author: bapt
Date: Tue Sep 24 11:17:43 2013
New Revision: 328108
URL: http://svnweb.freebsd.org/changeset/ports/328108

Log:
  Fix after stage conversion

Modified:
  head/graphics/libpuzzle/Makefile

Modified: head/graphics/libpuzzle/Makefile
==============================================================================
--- head/graphics/libpuzzle/Makefile	Tue Sep 24 10:35:33 2013	(r328107)
+++ head/graphics/libpuzzle/Makefile	Tue Sep 24 11:17:43 2013	(r328108)
@@ -23,7 +23,7 @@ PORTDOCS=	AUTHORS NEWS README THANKS
 
 post-install:
 .if ${PORT_OPTIONS:MDOCS}
-	@${MKDIR} ${DOCSDIR}
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	@cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
 .endif
 


More information about the svn-ports-all mailing list