diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2001-08-27 15:49:06 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2001-08-27 15:49:06 +0000 |
commit | f83c648a0165159e5280841b2f6e36bee0143e32 (patch) | |
tree | 0d8ce0ebcbd3b1526c1bdea75005401bfc0cc9b8 /x11-fm/mtoolsfm/Makefile | |
parent | f265d6c1d6bd0bdd6a9f1031ec0ad56ee3a4ec81 (diff) |
Notes
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 |