Date: Fri, 15 Dec 2017 11:29:18 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456390 - head/deskutils/pypanel Message-ID: <201712151129.vBFBTILR044062@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danfe Date: Fri Dec 15 11:29:18 2017 New Revision: 456390 URL: https://svnweb.freebsd.org/changeset/ports/456390 Log: Wrap an overly long line. Modified: head/deskutils/pypanel/Makefile Modified: head/deskutils/pypanel/Makefile ============================================================================== --- head/deskutils/pypanel/Makefile Fri Dec 15 11:25:27 2017 (r456389) +++ head/deskutils/pypanel/Makefile Fri Dec 15 11:29:18 2017 (r456390) @@ -33,8 +33,9 @@ post-patch: s|/usr/bin/imlib2-config|${LOCALBASE}/bin/imlib2-config|; \ s|/usr/X11R6/include|${LOCALBASE}/include|; \ s|"COPYING", "README", ||' ${WRKSRC}/setup.py - @${REINPLACE_CMD} -e 's|sysconfig\.get_python_lib()|"${PREFIX}/share"|' \ - ${WRKSRC}/setup.py ${WRKSRC}/pypanel + @${REINPLACE_CMD} -e \ + 's|sysconfig\.get_python_lib()|"${PREFIX}/share"|' \ + ${WRKSRC}/setup.py ${WRKSRC}/pypanel @${REINPLACE_CMD} -e \ 's|/usr/lib/libImlib2.so.1|${LOCALBASE}/lib/libImlib2.so|' \ ${WRKSRC}/setup.py ${WRKSRC}/ppmodule.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712151129.vBFBTILR044062>