From owner-svn-ports-all@freebsd.org Fri Dec 15 11:29:19 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 862D4EA3547; Fri, 15 Dec 2017 11:29:19 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5290B7200C; Fri, 15 Dec 2017 11:29:19 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBFBTI1U044063; Fri, 15 Dec 2017 11:29:18 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBFBTILR044062; Fri, 15 Dec 2017 11:29:18 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201712151129.vBFBTILR044062@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Fri, 15 Dec 2017 11:29:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456390 - head/deskutils/pypanel X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: head/deskutils/pypanel X-SVN-Commit-Revision: 456390 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Dec 2017 11:29:19 -0000 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