svn commit: r354230 - head/databases/adodb

Vanilla I. Shu vanilla at FreeBSD.org
Fri May 16 14:28:04 UTC 2014


Author: vanilla
Date: Fri May 16 14:28:03 2014
New Revision: 354230
URL: http://svnweb.freebsd.org/changeset/ports/354230
QAT: https://qat.redports.org/buildarchive/r354230/

Log:
  Fix latest build warning with ${DOCDIR}
  
  Submitted by:	swills@

Modified:
  head/databases/adodb/Makefile

Modified: head/databases/adodb/Makefile
==============================================================================
--- head/databases/adodb/Makefile	Fri May 16 14:25:30 2014	(r354229)
+++ head/databases/adodb/Makefile	Fri May 16 14:28:03 2014	(r354230)
@@ -55,7 +55,7 @@ do-install:
 
 post-install:
 .if ${PORT_OPTIONS:MDOCS}
-	@${MKDIR} ${DOCSDIR} ${STAGEDIR}${DOCSDIR}/cute_icons_for_site
+	@${MKDIR} ${STAGEDIR}${DOCSDIR} ${STAGEDIR}${DOCSDIR}/cute_icons_for_site
 	@cd ${WRKSRC}; ${FIND} . ! -path './*/*' -type f -name '*.txt' \
 		-exec ${INSTALL_MAN} ${WRKSRC}/{} ${STAGEDIR}${DOCSDIR}/{} \;
 	@cd ${WRKSRC}/docs; ${FIND} . -type f \


More information about the svn-ports-all mailing list