Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Mar 2015 20:10:29 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r381034 - head/x11/xpra
Message-ID:  <201503112010.t2BKAT0Y099123@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503112010.t2BKAT0Y099123>