svn commit: r329724 - head/graphics/giflib

Dirk Meyer dinoex at FreeBSD.org
Mon Oct 7 19:01:37 UTC 2013


Author: dinoex
Date: Mon Oct  7 19:01:37 2013
New Revision: 329724
URL: http://svnweb.freebsd.org/changeset/ports/329724

Log:
  - fix option DOCBOOK
  was broken by STAGEDIR r328096
  PR:		182611

Modified:
  head/graphics/giflib/Makefile

Modified: head/graphics/giflib/Makefile
==============================================================================
--- head/graphics/giflib/Makefile	Mon Oct  7 18:44:30 2013	(r329723)
+++ head/graphics/giflib/Makefile	Mon Oct  7 19:01:37 2013	(r329724)
@@ -50,9 +50,9 @@ post-patch:
 
 .if ${PORT_OPTIONS:MDOCBOOK} && ${PORT_OPTIONS:MDOCS}
 post-install:
-	@${MKDIR} ${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/doc/*.html ${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/doc/*.txt ${DOCSDIR}
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/doc/*.html ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/doc/*.txt ${STAGEDIR}${DOCSDIR}
 .endif
 
 .include <bsd.port.post.mk>


More information about the svn-ports-head mailing list