aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fm/mucommander/Makefile
diff options
context:
space:
mode:
authorlme <lme@FreeBSD.org>2008-05-19 01:46:24 +0800
committerlme <lme@FreeBSD.org>2008-05-19 01:46:24 +0800
commit3b34fc1c632c29b891f4baa0d689539e0f8fe58d (patch)
treed99210277a95aaeb738168bee523335ea1c9baef /x11-fm/mucommander/Makefile
parent40d59d3d268cbb5aa16697fb5443b8ab0116a388 (diff)
downloadfreebsd-ports-gnome-3b34fc1c632c29b891f4baa0d689539e0f8fe58d.tar.gz
freebsd-ports-gnome-3b34fc1c632c29b891f4baa0d689539e0f8fe58d.tar.zst
freebsd-ports-gnome-3b34fc1c632c29b891f4baa0d689539e0f8fe58d.zip
- Update to 0.8.2
- Change JAVA_VERSION back to 1.4+ [1] Changelog: http://www.mucommander.com/changes.php Suggested by: mato <gamato (AT) users.sf.net> [1]
Diffstat (limited to 'x11-fm/mucommander/Makefile')
-rw-r--r--x11-fm/mucommander/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/x11-fm/mucommander/Makefile b/x11-fm/mucommander/Makefile
index 8464422eb0f8..15a6660cbbca 100644
--- a/x11-fm/mucommander/Makefile
+++ b/x11-fm/mucommander/Makefile
@@ -6,16 +6,16 @@
#
PORTNAME= mucommander
-PORTVERSION= 0.8.1
+PORTVERSION= 0.8.2
CATEGORIES= x11-fm java
MASTER_SITES= http://www.mucommander.com/download/
-DISTNAME= ${PORTNAME}-0_8_1
+DISTNAME= ${PORTNAME}-0_8_2
MAINTAINER= lme@FreeBSD.org
COMMENT= Lightweight file manager featuring a Norton Commander style interface
USE_JAVA= yes
-JAVA_VERSION= 1.6+
+JAVA_VERSION= 1.4+
NO_BUILD= yes
PLIST_FILES= bin/mucommander %%DATADIR%%/mucommander.jar %%DATADIR%%/license.txt
@@ -24,9 +24,7 @@ SUB_FILES= mucommander
PORTDOCS= readme.txt
-WRKSRC= ${WRKDIR}/muCommander-0_8_1
-
-.include <bsd.port.pre.mk>
+WRKSRC= ${WRKDIR}/muCommander-0_8_2
do-install:
@${MKDIR} ${DATADIR}
@@ -40,4 +38,4 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/readme.txt ${DOCSDIR}
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>