aboutsummaryrefslogtreecommitdiffstats
path: root/games/palomino
diff options
context:
space:
mode:
authorrm <rm@FreeBSD.org>2012-12-01 15:17:33 +0800
committerrm <rm@FreeBSD.org>2012-12-01 15:17:33 +0800
commit7db4a3091e5c5007b128f368aceb8b628483a697 (patch)
tree0d96f047d2299a8efaf01641fdf7594e5a1adcd1 /games/palomino
parent9faa42904f50f0ec0f7d699fac132d1e4f9889c2 (diff)
downloadfreebsd-ports-gnome-7db4a3091e5c5007b128f368aceb8b628483a697.tar.gz
freebsd-ports-gnome-7db4a3091e5c5007b128f368aceb8b628483a697.tar.zst
freebsd-ports-gnome-7db4a3091e5c5007b128f368aceb8b628483a697.zip
- replace fullpath with ${DOCSDIR}
Suggested by: ak Feature safe: yes
Diffstat (limited to 'games/palomino')
-rw-r--r--games/palomino/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/palomino/Makefile b/games/palomino/Makefile
index a406bba13029..9081d61ab494 100644
--- a/games/palomino/Makefile
+++ b/games/palomino/Makefile
@@ -108,7 +108,7 @@ post-install:
${MKDIR} ${DOCSDIR}
cd ${WRKSRC}/doc/html && ${COPYTREE_SHARE} \* ${DOCSDIR}/
- ${LN} -sf ${PREFIX}/share/doc/palomino/images/palominoLogo.png \
+ ${LN} -sf ${DOCSDIR}/images/palominoLogo.png \
${PREFIX}/share/pixmaps/${PORTNAME}.png
.include <bsd.port.mk>