summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11/xpra/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xpra/Makefile b/x11/xpra/Makefile
index 788305c0a4a9..bbea7a40dbd2 100644
--- a/x11/xpra/Makefile
+++ b/x11/xpra/Makefile
@@ -36,8 +36,8 @@ PYDISTUTILS_PKGNAME= xpra_all
post-install:
${INSTALL_DATA} ${WRKSRC}/etc/xpra/xorg.conf \
- ${STAGEDIR}/${ETCDIR}/xorg.conf.sample
+ ${STAGEDIR}${ETCDIR}/xorg.conf.sample
${INSTALL_DATA} ${WRKSRC}/build/xpra.conf \
- ${STAGEDIR}/${ETCDIR}/xpra.conf.sample
+ ${STAGEDIR}${ETCDIR}/xpra.conf.sample
.include <bsd.port.mk>