svn commit: r361424 - head/textproc/xml-format

Johan van Selst johans at FreeBSD.org
Thu Jul 10 05:27:07 UTC 2014


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>


More information about the svn-ports-head mailing list