svn commit: r381034 - head/x11/xpra

Jung-uk Kim jkim at FreeBSD.org
Wed Mar 11 20:10:30 UTC 2015


Author: jkim
Date: Wed Mar 11 20:10:28 2015
New Revision: 381034
URL: https://svnweb.freebsd.org/changeset/ports/381034
QAT: https://qat.redports.org/buildarchive/r381034/

Log:
  Fix two more harmless typos introduced in r337173.

Modified:
  head/x11/xpra/Makefile

Modified: head/x11/xpra/Makefile
==============================================================================
--- head/x11/xpra/Makefile	Wed Mar 11 19:56:54 2015	(r381033)
+++ head/x11/xpra/Makefile	Wed Mar 11 20:10:28 2015	(r381034)
@@ -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>


More information about the svn-ports-head mailing list