svn commit: r381507 - head/x11/ipager

Bryan Drewery bdrewery at FreeBSD.org
Tue Mar 17 19:20:11 UTC 2015


Author: bdrewery
Date: Tue Mar 17 19:20:10 2015
New Revision: 381507
URL: https://svnweb.freebsd.org/changeset/ports/381507
QAT: https://qat.redports.org/buildarchive/r381507/

Log:
  Don't dereference STAGEDIR. It may change.

Modified:
  head/x11/ipager/Makefile

Modified: head/x11/ipager/Makefile
==============================================================================
--- head/x11/ipager/Makefile	Tue Mar 17 19:16:46 2015	(r381506)
+++ head/x11/ipager/Makefile	Tue Mar 17 19:20:10 2015	(r381507)
@@ -35,7 +35,7 @@ post-patch:
 
 pre-build:
 	# scons is too stupid to create DESTDIR by itself
-	@${MKDIR} ${WRKDIR}/stage
+	@${MKDIR} ${STAGEDIR}
 
 post-install:
 	${MKDIR} ${STAGEDIR}${DOCSDIR}


More information about the svn-ports-head mailing list