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

Antoine Brodin antoine at FreeBSD.org
Sun May 18 11:57:55 UTC 2014


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>


More information about the svn-ports-all mailing list