Date: Sun, 18 May 2014 11:32:00 +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: r354409 - head/deskutils/tomboy-plugin-wordcount Message-ID: <201405181132.s4IBW04U028367@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun May 18 11:31:59 2014 New Revision: 354409 URL: http://svnweb.freebsd.org/changeset/ports/354409 QAT: https://qat.redports.org/buildarchive/r354409/ Log: Attempt to unbreak Modified: head/deskutils/tomboy-plugin-wordcount/Makefile Modified: head/deskutils/tomboy-plugin-wordcount/Makefile ============================================================================== --- head/deskutils/tomboy-plugin-wordcount/Makefile Sun May 18 10:22:44 2014 (r354408) +++ head/deskutils/tomboy-plugin-wordcount/Makefile Sun May 18 11:31:59 2014 (r354409) @@ -20,7 +20,7 @@ ADDINS_DIR= lib/tomboy/addins PLIST_FILES=${ADDINS_DIR}/Wordcount.dll do-install: - @${MKDIR} ${STAGEDIR}${PREFIX}${ADDINSDIR} - ${INSTALL_DATA} ${WRKSRC}/Wordcount.dll ${STAGEDIR}${PREFIX}${ADDINSDIR} + @${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?201405181132.s4IBW04U028367>