diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-05-19 17:35:12 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-05-19 17:35:12 +0000 |
commit | 76c92626dfb4a529498a6f91fa284664766da0f1 (patch) | |
tree | d60ecb6f462bb666c68cbce271f859673c485bf2 /x11-fm/mtoolsfm/Makefile | |
parent | 9790cbeda36fc3647426c6ddebb5388f1c6bff05 (diff) | |
download | FreeBSD-ports-76c92626dfb4a529498a6f91fa284664766da0f1.zip FreeBSD-ports-76c92626dfb4a529498a6f91fa284664766da0f1.tar.gz |
Update to version 1.5.
PR: 18677
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'x11-fm/mtoolsfm/Makefile')
-rw-r--r-- | x11-fm/mtoolsfm/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/x11-fm/mtoolsfm/Makefile b/x11-fm/mtoolsfm/Makefile index 32951c5..7eb023c 100644 --- a/x11-fm/mtoolsfm/Makefile +++ b/x11-fm/mtoolsfm/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mfm -PORTVERSION= 1.3 +PORTVERSION= 1.5 CATEGORIES= x11-fm MASTER_SITES= http://www.core-coutainville.org/mfm/archive/SOURCES/ @@ -19,11 +19,11 @@ GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_X_PREFIX= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= GTK_CONFIG=${GTK_CONFIG} -CONFIGURE_ARGS= --disable-gtktest +CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" +CONFIGURE_ARGS= --with-conffile="${PREFIX}/etc/mfm.conf" \ + --with-mtoolsdir="${LOCALBASE}/bin" \ + --disable-gtktest -post-patch: - @${PERL} -pi -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/*.h - @${PERL} -pi -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/*.h +MAN1= mfm.1 .include <bsd.port.mk> |