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 | |
parent | 5cc23085ecb187b585f61bfcfe7a83c56ae51b36 (diff) | |
download | ports-cf5b9d1d6240f7f90dea61c0a657822b8cff5601.tar.gz ports-cf5b9d1d6240f7f90dea61c0a657822b8cff5601.zip |
Notes
-rw-r--r-- | games/gnubik/Makefile | 3 | ||||
-rw-r--r-- | games/gnubik/pkg-plist | 1 |
2 files changed, 4 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} diff --git a/games/gnubik/pkg-plist b/games/gnubik/pkg-plist index 87379153495a..2249c72910b6 100644 --- a/games/gnubik/pkg-plist +++ b/games/gnubik/pkg-plist @@ -39,3 +39,4 @@ share/locale/tr/LC_MESSAGES/gnubik.mo share/locale/uk/LC_MESSAGES/gnubik.mo share/locale/vi/LC_MESSAGES/gnubik.mo share/locale/zh_CN/LC_MESSAGES/gnubik.mo +share/pixmaps/gnubik.png |