summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2015-03-11 20:10:28 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2015-03-11 20:10:28 +0000
commit4b67c6e90bbcfe437b652c8c8c8b90f830b9a468 (patch)
treed6c2a9f41c2504840f9fa1faf9897fd71c6ed892
parentUpdate to 2.2.1, announce message is here: (diff)
Fix two more harmless typos introduced in r337173.
Notes
Notes: svn path=/head/; revision=381034
-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>