diff options
author | tobik <tobik@FreeBSD.org> | 2019-02-02 21:48:07 +0800 |
---|---|---|
committer | tobik <tobik@FreeBSD.org> | 2019-02-02 21:48:07 +0800 |
commit | 27992fc89797e7c021135afae94345d734372a6d (patch) | |
tree | 3e80c34d1bd281aa58114a1b59c2f543b520cbab /games | |
parent | 684dc024862417247314e93722cc2f25fc2734a3 (diff) | |
download | freebsd-ports-gnome-27992fc89797e7c021135afae94345d734372a6d.tar.gz freebsd-ports-gnome-27992fc89797e7c021135afae94345d734372a6d.tar.zst freebsd-ports-gnome-27992fc89797e7c021135afae94345d734372a6d.zip |
Unbreak things broken by my previous incomplete commits
Pointy hat: tobik
Diffstat (limited to 'games')
-rw-r--r-- | games/tuxfighter/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/tuxfighter/Makefile b/games/tuxfighter/Makefile index c91e9d81ec38..2f90200e8ec7 100644 --- a/games/tuxfighter/Makefile +++ b/games/tuxfighter/Makefile @@ -52,7 +52,7 @@ do-install: .for s in ${ICON_SIZES} @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/${s}/apps/ - ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}_${s}.png \ + ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}_${s}.png \ ${STAGEDIR}${PREFIX}/share/icons/hicolor/${s}/apps/${PORTNAME}.png .endfor ${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png \ |