diff options
Diffstat (limited to 'deskutils/x-tile/Makefile')
-rw-r--r-- | deskutils/x-tile/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/deskutils/x-tile/Makefile b/deskutils/x-tile/Makefile index 1c3fd3d51e4f..9e3dfca47dba 100644 --- a/deskutils/x-tile/Makefile +++ b/deskutils/x-tile/Makefile @@ -8,7 +8,7 @@ CATEGORIES= deskutils devel python MASTER_SITES= http://www.giuspen.com/software/ MAINTAINER= sawp@sawp.com.br -COMMENT= A GNOME applet to tile the opened windows +COMMENT= GNOME applet to tile the opened windows LICENSE= GPLv2 @@ -33,5 +33,8 @@ post-patch: @${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|g' \ ${WRKSRC}/x-tile ${WRKSRC}/linux/x-tile.desktop \ ${WRKSRC}/modules/cons.py + @${REINPLACE_CMD} \ + -e 's,distutils\.command\.install ,setuptools\.command\.install ,' \ + ${WRKSRC}/setup.py .include <bsd.port.mk> |