aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2017-12-15 11:29:18 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2017-12-15 11:29:18 +0000
commit264123c9a36d6ba55d7a85397ac2d5e895376081 (patch)
tree715acb3631dd0e10a2398c3d11b4febf2e806033
parentb98990ca5f8bb46e86864c9da40840f335990d67 (diff)
downloadports-264123c9a36d6ba55d7a85397ac2d5e895376081.tar.gz
ports-264123c9a36d6ba55d7a85397ac2d5e895376081.zip
Wrap an overly long line.
Notes
Notes: svn path=/head/; revision=456390
-rw-r--r--deskutils/pypanel/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/deskutils/pypanel/Makefile b/deskutils/pypanel/Makefile
index d5340386b9e2..867d3c44717a 100644
--- a/deskutils/pypanel/Makefile
+++ b/deskutils/pypanel/Makefile
@@ -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