svn commit: r478096 - head/games/glob2
Tobias Kortkamp
tobik at FreeBSD.org
Sun Aug 26 04:27:24 UTC 2018
Author: tobik
Date: Sun Aug 26 04:27:23 2018
New Revision: 478096
URL: https://svnweb.freebsd.org/changeset/ports/478096
Log:
games/glob2: Fix bad absolute symlink
Modified:
head/games/glob2/Makefile
Modified: head/games/glob2/Makefile
==============================================================================
--- head/games/glob2/Makefile Sun Aug 26 04:18:49 2018 (r478095)
+++ head/games/glob2/Makefile Sun Aug 26 04:27:23 2018 (r478096)
@@ -3,7 +3,7 @@
PORTNAME= glob2
PORTVERSION= 0.9.4.4
-PORTREVISION= 22
+PORTREVISION= 23
CATEGORIES= games
MASTER_SITES= SAVANNAH/${PORTNAME}/${PORTVERSION:R}/
@@ -71,7 +71,7 @@ post-install:
(cd ${WRKSRC}/data/icons && ${INSTALL_DATA} glob2-icon-${s}x${s}.png \
${STAGEDIR}${PREFIX}/share/icons/hicolor/${s}x${s}/apps/${PORTNAME}.png)
.endfor
- ${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png \
+ ${RLN} ${STAGEDIR}${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png \
${STAGEDIR}${PREFIX}/share/pixmaps
${MKDIR} ${STAGEDIR}${DOCSDIR}
(cd ${WRKSRC} && ${INSTALL_DATA} README ${STAGEDIR}${DOCSDIR})
More information about the svn-ports-all
mailing list