diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2013-08-23 09:10:45 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2013-08-23 09:10:45 +0800 |
commit | 63aa17c3c6469b59ef6bb6984dacc6e2a67eaef3 (patch) | |
tree | 72d29caf5a6ace20f57e2452ec0fd6abb2509d34 /games/pushover/Makefile | |
parent | 8fff3afbc04b36c21602056ea1fb4aa48fbffef4 (diff) | |
download | freebsd-ports-gnome-63aa17c3c6469b59ef6bb6984dacc6e2a67eaef3.tar.gz freebsd-ports-gnome-63aa17c3c6469b59ef6bb6984dacc6e2a67eaef3.tar.zst freebsd-ports-gnome-63aa17c3c6469b59ef6bb6984dacc6e2a67eaef3.zip |
- Update to 0.0.5
- Add icon to .desktop file
Diffstat (limited to 'games/pushover/Makefile')
-rw-r--r-- | games/pushover/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/pushover/Makefile b/games/pushover/Makefile index 97187ac3e181..651a001a76fa 100644 --- a/games/pushover/Makefile +++ b/games/pushover/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= pushover -PORTVERSION= 0.0.3 -PORTREVISION= 3 +PORTVERSION= 0.0.5 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/Pushover/${PORTVERSION} @@ -24,7 +23,7 @@ PORTDOCS= * DESKTOP_ENTRIES="Pushover" \ "Push over all dominoes" \ - "" \ + "${DATADIR}/pushover.ico" \ "pushover" \ "Game;LogicGame;" \ false @@ -32,6 +31,7 @@ DESKTOP_ENTRIES="Pushover" \ .include <bsd.port.options.mk> post-patch: + @${REINPLACE_CMD} -e 's|lua5.1|lua-5.1|' ${WRKSRC}/configure .if ! ${PORT_OPTIONS:MDOCS} @${REINPLACE_CMD} -e '/install-data-am/ s|install-dist_docDATA||' \ ${WRKSRC}/Makefile.in |