diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-11-13 10:14:45 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-11-13 10:14:45 +0000 |
commit | cf5b9d1d6240f7f90dea61c0a657822b8cff5601 (patch) | |
tree | cfd12420e68fb9a41b174f2f230aa30757aa18b4 /games/gnubik/Makefile | |
parent | 5cc23085ecb187b585f61bfcfe7a83c56ae51b36 (diff) |
Notes
Diffstat (limited to 'games/gnubik/Makefile')
-rw-r--r-- | games/gnubik/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/gnubik/Makefile b/games/gnubik/Makefile index 9d71852e66a4..3f3684547039 100644 --- a/games/gnubik/Makefile +++ b/games/gnubik/Makefile @@ -26,6 +26,9 @@ INFO= gnubik OPTIONS_DEFINE= DOCS +post-install: + ${LN} -s ../icons/hicolor/32x32/apps/gnubik.png ${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.png + post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} |