diff options
author | vanilla <vanilla@FreeBSD.org> | 2014-07-09 21:49:15 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2014-07-09 21:49:15 +0800 |
commit | 6133aa11290d402abaf06632d3615c645170a259 (patch) | |
tree | 1eb8627471360c8e0f0b69c0f1468878fe60ff73 /games | |
parent | eb6351e9045412f9904cbac721830350e5319c77 (diff) | |
download | freebsd-ports-gnome-6133aa11290d402abaf06632d3615c645170a259.tar.gz freebsd-ports-gnome-6133aa11290d402abaf06632d3615c645170a259.tar.zst freebsd-ports-gnome-6133aa11290d402abaf06632d3615c645170a259.zip |
1: Stagify.
2: add INSTALLS_EGGINFO, bump version.
Diffstat (limited to 'games')
-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 |