diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2015-03-11 20:10:28 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2015-03-11 20:10:28 +0000 |
commit | 4b67c6e90bbcfe437b652c8c8c8b90f830b9a468 (patch) | |
tree | d6c2a9f41c2504840f9fa1faf9897fd71c6ed892 | |
parent | Update 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/Makefile | 4 |
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> |