aboutsummaryrefslogtreecommitdiff
path: root/games/airstrike
diff options
context:
space:
mode:
authorRusmir Dusko <nemysis@FreeBSD.org>2014-01-14 12:30:31 +0000
committerRusmir Dusko <nemysis@FreeBSD.org>2014-01-14 12:30:31 +0000
commit516e000d9ec230410fc4a770abbc23b590d545d2 (patch)
treeedd7856a7a22509dfecd7f0e9bbe3e68928205a1 /games/airstrike
parente83d0416a01c0f8cd568793d3db49668e0bf0ce1 (diff)
downloadports-516e000d9ec230410fc4a770abbc23b590d545d2.tar.gz
ports-516e000d9ec230410fc4a770abbc23b590d545d2.zip
- Fix symlink for the icon
Notes
Notes: svn path=/head/; revision=339682
Diffstat (limited to 'games/airstrike')
-rw-r--r--games/airstrike/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/airstrike/Makefile b/games/airstrike/Makefile
index f24c16be6ec9..2b3fc20973c9 100644
--- a/games/airstrike/Makefile
+++ b/games/airstrike/Makefile
@@ -52,7 +52,7 @@ do-install:
@(cd ${WRKSRC} && ${COPYTREE_SHARE} ${d} ${STAGEDIR}${DATADIR})
.endfor
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${DATADIR}
- ${LN} -sf ${WRKSRC}/data/balloon.png \
+ ${LN} -sf ${DATADIR}/data/balloon.png \
${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.png
${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.6 \