diff options
author | petef <petef@FreeBSD.org> | 2001-10-03 10:25:16 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2001-10-03 10:25:16 +0800 |
commit | f4fe2dde30c5a8b9dc754ba9a483d095c2b4fe24 (patch) | |
tree | b2d7a805bad8c13a3bff2271d8ed9c52a1714a54 /games/eboard | |
parent | 675f3d02a8ec4a8b85026962d13d029fb1e04c3f (diff) | |
download | freebsd-ports-gnome-f4fe2dde30c5a8b9dc754ba9a483d095c2b4fe24.tar.gz freebsd-ports-gnome-f4fe2dde30c5a8b9dc754ba9a483d095c2b4fe24.tar.zst freebsd-ports-gnome-f4fe2dde30c5a8b9dc754ba9a483d095c2b4fe24.zip |
- update to 0.3.3
- fix eboard-extras install
Diffstat (limited to 'games/eboard')
-rw-r--r-- | games/eboard/Makefile | 8 | ||||
-rw-r--r-- | games/eboard/distinfo | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/games/eboard/Makefile b/games/eboard/Makefile index db617ad1ad89..249d8bb59b6a 100644 --- a/games/eboard/Makefile +++ b/games/eboard/Makefile @@ -6,7 +6,7 @@ # PORTNAME= eboard -PORTVERSION= 0.3.2pl1 +PORTVERSION= 0.3.3 EXTRASVERSION= 1pl2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -39,11 +39,11 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/Documentation/${file} ${DOCSDIR} .endfor .endif - ${INSTALL_DATA} ${WRKDIR}/eboard-extras-pack${EXTRASVERSION}/*.png \ + ${INSTALL_DATA} ${WRKDIR}/eboard-extras-${EXTRASVERSION}/*.png \ ${PREFIX}/share/eboard - ${INSTALL_DATA} ${WRKDIR}/eboard-extras-pack${EXTRASVERSION}/*.wav \ + ${INSTALL_DATA} ${WRKDIR}/eboard-extras-${EXTRASVERSION}/*.wav \ ${PREFIX}/share/eboard - @${CAT} ${WRKDIR}/eboard-extras-pack${EXTRASVERSION}/extras1.conf >> \ + @${CAT} ${WRKDIR}/eboard-extras-${EXTRASVERSION}/extras1.conf >> \ ${PREFIX}/share/eboard/eboard_themes.conf .include <bsd.port.mk> diff --git a/games/eboard/distinfo b/games/eboard/distinfo index b3ccee3f78c9..8034f0a9a538 100644 --- a/games/eboard/distinfo +++ b/games/eboard/distinfo @@ -1,2 +1,2 @@ -MD5 (eboard-0.3.2pl1.tar.gz) = 81e077a991d5ab4f838e378e938803f7 +MD5 (eboard-0.3.3.tar.gz) = e84c6ce229187d39d277d9a0313ae972 MD5 (eboard-extras-1pl2.tar.gz) = d5fb7a541d9ef5f6d1d565d877b1ab9a |