diff options
Diffstat (limited to 'emulators/javatari/Makefile')
-rw-r--r-- | emulators/javatari/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/javatari/Makefile b/emulators/javatari/Makefile index 5581f4da6da9..2e16fd97e0a7 100644 --- a/emulators/javatari/Makefile +++ b/emulators/javatari/Makefile @@ -25,6 +25,7 @@ JARFILE= ${DISTNAME}${EXTRACT_SUFX} DESKTOP_ENTRIES= "Javatari" "${COMMENT}" "${PORTNAME}" "${PORTNAME}" "Application;Game;" ${FALSE} PLIST_FILES+= share/pixmaps/${PORTNAME}.png +NO_STAGE= yes post-extract: @(cd ${DISTDIR}/${DIST_SUBDIR} && ${UNZIP_CMD} -d ${WRKDIR} ${JARFILE} \ org/javatari/pc/screen/images/LogoIcon32.png) |