diff options
author | kevlo <kevlo@FreeBSD.org> | 2001-08-27 23:49:06 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2001-08-27 23:49:06 +0800 |
commit | 826dccece05385ca2d42eb44be54b7c608d9c1af (patch) | |
tree | 41b69721492c2426884a75625e24797364611651 /x11-fm/mtoolsfm/Makefile | |
parent | c007b9ef03294d8c468987cf8ffdfe5e8f60e27b (diff) | |
download | freebsd-ports-gnome-826dccece05385ca2d42eb44be54b7c608d9c1af.tar.gz freebsd-ports-gnome-826dccece05385ca2d42eb44be54b7c608d9c1af.tar.zst freebsd-ports-gnome-826dccece05385ca2d42eb44be54b7c608d9c1af.zip |
Update to version 1.9.2
PR: 30047
Submitted by: Ports Fury
Diffstat (limited to 'x11-fm/mtoolsfm/Makefile')
-rw-r--r-- | x11-fm/mtoolsfm/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-fm/mtoolsfm/Makefile b/x11-fm/mtoolsfm/Makefile index 16340e41db83..c6a74f7fc3b6 100644 --- a/x11-fm/mtoolsfm/Makefile +++ b/x11-fm/mtoolsfm/Makefile @@ -6,10 +6,10 @@ # PORTNAME= mtoolsfm -PORTVERSION= 1.8 +PORTVERSION= 1.9.2 CATEGORIES= x11-fm MASTER_SITES= http://www.core-coutainville.org/MToolsFM/archive/SOURCES/ -DISTNAME= MToolsFM-${PORTVERSION} +DISTNAME= MToolsFM-${PORTVERSION:R}-${PORTVERSION:E} MAINTAINER= ports@FreeBSD.org @@ -21,7 +21,6 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --with-conffile="${PREFIX}/etc/mtoolsfm.conf" \ - --with-mtoolsdir="${LOCALBASE}/bin" \ --disable-gtktest MAN1= mtoolsfm.1 |