Date: Tue, 13 Mar 2018 08:44:15 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r464353 - head/x11-themes/xfce-evolution Message-ID: <201803130844.w2D8iFjV073542@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Tue Mar 13 08:44:14 2018 New Revision: 464353 URL: https://svnweb.freebsd.org/changeset/ports/464353 Log: x11-themes/xfce-evolution: Remove extra / between STAGEDIR and PREFIX Reported by: mat Modified: head/x11-themes/xfce-evolution/Makefile Modified: head/x11-themes/xfce-evolution/Makefile ============================================================================== --- head/x11-themes/xfce-evolution/Makefile Tue Mar 13 08:42:32 2018 (r464352) +++ head/x11-themes/xfce-evolution/Makefile Tue Mar 13 08:44:14 2018 (r464353) @@ -37,8 +37,8 @@ do-install: @cd ${STAGEDIR}${PREFIX}/share/themes/Xfce\ Evolution && ${RM} ${EXTRAFILES} @${MKDIR} ${STAGEDIR}${PREFIX}/etc/fonts/conf.avail ${STAGEDIR}${PREFIX}/etc/fonts/conf.d @${RLN} ${STAGEDIR}${PREFIX}/share/themes/Xfce\ Evolution/90-qt5.conf \ - ${STAGEDIR}/${PREFIX}/etc/fonts/conf.avail/90-qt5.conf + ${STAGEDIR}${PREFIX}/etc/fonts/conf.avail/90-qt5.conf @${RLN} ${STAGEDIR}${PREFIX}/etc/fonts/conf.avail/90-qt5.conf \ - ${STAGEDIR}/${PREFIX}/etc/fonts/conf.d/90-qt5.conf + ${STAGEDIR}${PREFIX}/etc/fonts/conf.d/90-qt5.conf .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803130844.w2D8iFjV073542>