diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2017-12-15 11:29:18 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2017-12-15 11:29:18 +0000 |
commit | 264123c9a36d6ba55d7a85397ac2d5e895376081 (patch) | |
tree | 715acb3631dd0e10a2398c3d11b4febf2e806033 /deskutils/pypanel | |
parent | b98990ca5f8bb46e86864c9da40840f335990d67 (diff) | |
download | ports-264123c9a36d6ba55d7a85397ac2d5e895376081.tar.gz ports-264123c9a36d6ba55d7a85397ac2d5e895376081.zip |
Notes
Diffstat (limited to 'deskutils/pypanel')
-rw-r--r-- | deskutils/pypanel/Makefile | 5 |
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 |