diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-05-11 18:34:57 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-05-11 18:34:57 +0000 |
commit | 88bfe4bd43787219ab4de75bd68c490c98776dfc (patch) | |
tree | 634e1ef4990207301493f26b46d80abe56b9f2b3 /x11-fm | |
parent | 9e8bfe9c71187ea60ac9f3a55c0c7bde80d76033 (diff) |
Notes
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/doublecmd/Makefile | 5 | ||||
-rw-r--r-- | x11-fm/mucommander/Makefile | 3 |
2 files changed, 3 insertions, 5 deletions
diff --git a/x11-fm/doublecmd/Makefile b/x11-fm/doublecmd/Makefile index 219e158f4c19..5668956d25fd 100644 --- a/x11-fm/doublecmd/Makefile +++ b/x11-fm/doublecmd/Makefile @@ -4,10 +4,9 @@ PORTNAME= doublecmd PORTVERSION= 0.6.1 CATEGORIES= x11-fm -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME}/Double%20Commander%20Source +MASTER_SITES= SOURCEFORGE/${PORTNAME}/Double%20Commander%20Source DISTNAME= ${PORTNAME}-${PORTVERSION}-src -DISTFILES= ${PORTNAME}-${PORTVERSION}-src.tar.gz ${PORTNAME}-help-${HELPVERSION}-src.tar.gz +DISTFILES= ${DISTNAME}.tar.gz ${PORTNAME}-help-${HELPVERSION}-src.tar.gz MAINTAINER= bbtruk@users.sourceforge.net COMMENT= Total Commander like file manager for the X Window System diff --git a/x11-fm/mucommander/Makefile b/x11-fm/mucommander/Makefile index 11ed86be80b6..45e05d03c3c9 100644 --- a/x11-fm/mucommander/Makefile +++ b/x11-fm/mucommander/Makefile @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= mucommander -PORTVERSION= 0.9.0 +DISTVERSION= 0_9_0 CATEGORIES= x11-fm java MASTER_SITES= http://www.mucommander.com/download/ -DISTNAME= ${PORTNAME}-${PORTVERSION:S/./_/g} MAINTAINER= lme@FreeBSD.org COMMENT= Lightweight file manager featuring a Norton Commander style interface |