svn commit: r354409 - head/deskutils/tomboy-plugin-wordcount

Antoine Brodin antoine at FreeBSD.org
Sun May 18 11:32:00 UTC 2014


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>


More information about the svn-ports-all mailing list