1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

Fix two more harmless typos introduced in r337173.

This commit is contained in:
Jung-uk Kim 2015-03-11 20:10:28 +00:00
parent 80d1b18357
commit 4b67c6e90b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=381034

View File

@ -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>