diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-05-18 11:57:55 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-05-18 11:57:55 +0000 |
commit | 99ca8942818924fa3679d2b83e4cba13bf7a247d (patch) | |
tree | c1b6493c0551ba6de4946fcc685fa4f6d703c6a5 /deskutils/tomboy-plugin-wordcount/Makefile | |
parent | e282ef3e5da2f9c6f34bbc6f8c1db416a9046904 (diff) |
Notes
Diffstat (limited to 'deskutils/tomboy-plugin-wordcount/Makefile')
-rw-r--r-- | deskutils/tomboy-plugin-wordcount/Makefile | 4 |
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> |