Date: Sun, 18 May 2014 11:57:55 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354413 - head/deskutils/tomboy-plugin-wordcount Message-ID: <201405181157.s4IBvtNa041841@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun May 18 11:57:55 2014 New Revision: 354413 URL: http://svnweb.freebsd.org/changeset/ports/354413 QAT: https://qat.redports.org/buildarchive/r354413/ Log: Unbreak for real Modified: head/deskutils/tomboy-plugin-wordcount/Makefile Modified: head/deskutils/tomboy-plugin-wordcount/Makefile ============================================================================== --- head/deskutils/tomboy-plugin-wordcount/Makefile Sun May 18 11:53:48 2014 (r354412) +++ head/deskutils/tomboy-plugin-wordcount/Makefile Sun May 18 11:57:55 2014 (r354413) @@ -20,7 +20,7 @@ ADDINS_DIR= lib/tomboy/addins PLIST_FILES=${ADDINS_DIR}/Wordcount.dll do-install: - @${MKDIR} ${STAGEDIR}${PREFIX}${ADDINS_DIR} - ${INSTALL_DATA} ${WRKSRC}/Wordcount.dll ${STAGEDIR}${PREFIX}${ADDINS_DIR} + @${MKDIR} ${STAGEDIR}${PREFIX}/${ADDINS_DIR} + ${INSTALL_DATA} ${WRKSRC}/Wordcount.dll ${STAGEDIR}${PREFIX}/${ADDINS_DIR} .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405181157.s4IBvtNa041841>