diff options
-rw-r--r-- | games/gnomesudoku/Makefile | 8 | ||||
-rw-r--r-- | games/gnomesudoku/pkg-plist | 4 |
2 files changed, 3 insertions, 9 deletions
diff --git a/games/gnomesudoku/Makefile b/games/gnomesudoku/Makefile index ecc496dc5a2b..2563b721356d 100644 --- a/games/gnomesudoku/Makefile +++ b/games/gnomesudoku/Makefile @@ -3,7 +3,7 @@ PORTNAME= gnomesudoku PORTVERSION= 0.6.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= games gnome MASTER_SITES= SF/gnome-sudoku/gnome-sudoku/${PORTVERSION} DISTNAME= gnome-sudoku-${PORTVERSION} @@ -18,14 +18,12 @@ USE_PYTHON= yes USE_PYDISTUTILS=yes USES= pathfix display USE_GNOME= gnomeprefix pygnome2 pygnomedesktop - PYDISTUTILS_PKGNAME= gnome-sudoku - -NO_STAGE= yes - +INSTALLS_EGGINFO= yes post-patch: @${REINPLACE_CMD} \ -e 's,distutils\.command\.install ,setuptools\.command\.install ,' \ ${WRKSRC}/tools/gsudoku_distutils.py + .include <bsd.port.mk> diff --git a/games/gnomesudoku/pkg-plist b/games/gnomesudoku/pkg-plist index c635812c5f69..95e24124fddd 100644 --- a/games/gnomesudoku/pkg-plist +++ b/games/gnomesudoku/pkg-plist @@ -74,7 +74,3 @@ share/pixmaps/sudoku.png @dirrm share/gnome-sudoku @dirrm %%PYTHON_SITELIBDIR%%/gnome_sudoku/gtk_goodies @dirrm %%PYTHON_SITELIBDIR%%/gnome_sudoku -@dirrmtry %%PYTHON_SITELIBDIR%% -@dirrmtry %%PYTHON_LIBDIR%% -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku |