aboutsummaryrefslogtreecommitdiff
path: root/deskutils/tomboy-plugin-wordcount
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-05-18 11:57:55 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-05-18 11:57:55 +0000
commit99ca8942818924fa3679d2b83e4cba13bf7a247d (patch)
treec1b6493c0551ba6de4946fcc685fa4f6d703c6a5 /deskutils/tomboy-plugin-wordcount
parente282ef3e5da2f9c6f34bbc6f8c1db416a9046904 (diff)
downloadports-99ca8942818924fa3679d2b83e4cba13bf7a247d.tar.gz
ports-99ca8942818924fa3679d2b83e4cba13bf7a247d.zip
Notes
Diffstat (limited to 'deskutils/tomboy-plugin-wordcount')
-rw-r--r--deskutils/tomboy-plugin-wordcount/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/tomboy-plugin-wordcount/Makefile b/deskutils/tomboy-plugin-wordcount/Makefile
index 102263a8bfb2..451e14654e7a 100644
--- a/deskutils/tomboy-plugin-wordcount/Makefile
+++ b/deskutils/tomboy-plugin-wordcount/Makefile
@@ -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>