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/Makefile | |
parent | 675f3d02a8ec4a8b85026962d13d029fb1e04c3f (diff) | |
download | freebsd-ports-graphics-f4fe2dde30c5a8b9dc754ba9a483d095c2b4fe24.tar.gz freebsd-ports-graphics-f4fe2dde30c5a8b9dc754ba9a483d095c2b4fe24.tar.zst freebsd-ports-graphics-f4fe2dde30c5a8b9dc754ba9a483d095c2b4fe24.zip |
- update to 0.3.3
- fix eboard-extras install
Diffstat (limited to 'games/eboard/Makefile')
-rw-r--r-- | games/eboard/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/eboard/Makefile b/games/eboard/Makefile index db617ad1ad8..249d8bb59b6 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> |