aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-fm/mucommander/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/x11-fm/mucommander/Makefile b/x11-fm/mucommander/Makefile
index 9c37fd0cb7e3..9379264baacb 100644
--- a/x11-fm/mucommander/Makefile
+++ b/x11-fm/mucommander/Makefile
@@ -10,8 +10,6 @@ COMMENT= Lightweight file manager featuring a Norton Commander style interface
LICENSE= GPLv3
-BROKEN= fails to stage
-
USE_JAVA= yes
JAVA_VERSION= 1.11+
@@ -28,7 +26,7 @@ OPTIONS_DEFINE= DOCS
do-install:
@${MKDIR} ${STAGEDIR}${DATADIR}
- ${INSTALL_DATA} ${WRKSRC}/mucommander.jar ${STAGEDIR}${DATADIR}
+ ${INSTALL_DATA} ${WRKSRC}/mucommander-0.9.5.jar ${STAGEDIR}${DATADIR}/mucommander.jar
${INSTALL_DATA} ${WRKSRC}/license.txt ${STAGEDIR}${DATADIR}
${INSTALL_SCRIPT} ${WRKDIR}/mucommander ${STAGEDIR}${PREFIX}/bin
@${MKDIR} ${STAGEDIR}${DOCSDIR}