diff options
author | antoine <antoine@FreeBSD.org> | 2014-05-18 19:57:55 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-05-18 19:57:55 +0800 |
commit | d794ee88004140a182a1957583847ab21f4ba0d3 (patch) | |
tree | c1b6493c0551ba6de4946fcc685fa4f6d703c6a5 /deskutils | |
parent | 88c4b5f88e016b796a2ecce10c0a6c4d2f97c15c (diff) | |
download | freebsd-ports-gnome-d794ee88004140a182a1957583847ab21f4ba0d3.tar.gz freebsd-ports-gnome-d794ee88004140a182a1957583847ab21f4ba0d3.tar.zst freebsd-ports-gnome-d794ee88004140a182a1957583847ab21f4ba0d3.zip |
Unbreak for real
Diffstat (limited to 'deskutils')
-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> |