Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Jul 2014 05:27:07 +0000 (UTC)
From:      Johan van Selst <johans@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r361424 - head/textproc/xml-format
Message-ID:  <201407100527.s6A5R7iY060115@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: johans
Date: Thu Jul 10 05:27:06 2014
New Revision: 361424
URL: http://svnweb.freebsd.org/changeset/ports/361424
QAT: https://qat.redports.org/buildarchive/r361424/

Log:
  Correct DATADIR creation

Modified:
  head/textproc/xml-format/Makefile

Modified: head/textproc/xml-format/Makefile
==============================================================================
--- head/textproc/xml-format/Makefile	Thu Jul 10 05:10:35 2014	(r361423)
+++ head/textproc/xml-format/Makefile	Thu Jul 10 05:27:06 2014	(r361424)
@@ -15,7 +15,7 @@ MAKE_ENV+=	DATADIR=${DATADIR}
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
 	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/man/man1
-	${MKDIR} ${DATADIR}
+	${MKDIR} ${STAGEDIR}${DATADIR}
 	cd ${WRKSRC} && ${COPYTREE_SHARE} Config ${STAGEDIR}${DATADIR}
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407100527.s6A5R7iY060115>