diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2012-09-07 00:13:11 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2012-09-07 00:13:11 +0000 |
commit | 5c30d3f3f3d01d6ad6cc93332d63947268834c79 (patch) | |
tree | 0052d3d16501ce21826ac97927bb370f10b4d98e /games | |
parent | adcf192e54248143fcf6d5369881ef5094876bf0 (diff) | |
download | ports-5c30d3f3f3d01d6ad6cc93332d63947268834c79.tar.gz ports-5c30d3f3f3d01d6ad6cc93332d63947268834c79.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/peg-e/Makefile | 7 | ||||
-rw-r--r-- | games/peg-e/distinfo | 4 | ||||
-rw-r--r-- | games/peg-e/pkg-plist | 5 |
3 files changed, 10 insertions, 6 deletions
diff --git a/games/peg-e/Makefile b/games/peg-e/Makefile index 1ea907d64754..6f1aa703f31b 100644 --- a/games/peg-e/Makefile +++ b/games/peg-e/Makefile @@ -6,8 +6,7 @@ # PORTNAME= peg-e -PORTVERSION= 1.1.0 -PORTREVISION= 2 +PORTVERSION= 1.1.1 CATEGORIES= games MASTER_SITES= http://gottcode.org/peg-e/ \ http://mirror.amdmi3.ru/distfiles/ @@ -25,7 +24,7 @@ MAKE_JOBS_SAFE= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} do-configure: - @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${QMAKE} \ - PREFIX=${PREFIX} -spec ${QMAKESPEC} ${PORTNAME}.pro + @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${QMAKE} ${QMAKEFLAGS} \ + PREFIX=${PREFIX} ${PORTNAME}.pro .include <bsd.port.mk> diff --git a/games/peg-e/distinfo b/games/peg-e/distinfo index ff1553bf3f73..ba673ea3aa50 100644 --- a/games/peg-e/distinfo +++ b/games/peg-e/distinfo @@ -1,2 +1,2 @@ -SHA256 (peg-e-1.1.0-src.tar.bz2) = ecd82c94a628161d014700d19c36f9299995c0963b053fb096e3f3b173d2655b -SIZE (peg-e-1.1.0-src.tar.bz2) = 57510 +SHA256 (peg-e-1.1.1-src.tar.bz2) = a1ec62976426acf0b35843d8978c25459b4826c91b077a2c366b89bd6d121553 +SIZE (peg-e-1.1.1-src.tar.bz2) = 89146 diff --git a/games/peg-e/pkg-plist b/games/peg-e/pkg-plist index 961b34a2551a..3ed842d682e6 100644 --- a/games/peg-e/pkg-plist +++ b/games/peg-e/pkg-plist @@ -1,6 +1,11 @@ bin/peg-e share/applications/peg-e.desktop share/icons/hicolor/48x48/apps/peg-e.png +%%DATADIR%%/translations/pege_en.qm +%%DATADIR%%/translations/pege_he.qm +%%DATADIR%%/translations/pege_nl.qm +@dirrm %%DATADIR%%/translations +@dirrm %%DATADIR%% @dirrmtry share/icons/hicolor/48x48/apps @dirrmtry share/icons/hicolor/48x48 @dirrmtry share/icons/hicolor |