diff options
-rw-r--r-- | x11-fm/mtoolsfm/Makefile | 7 | ||||
-rw-r--r-- | x11-fm/mtoolsfm/pkg-plist | 1 |
2 files changed, 3 insertions, 5 deletions
diff --git a/x11-fm/mtoolsfm/Makefile b/x11-fm/mtoolsfm/Makefile index aa11a99b4e6..d3db22b507b 100644 --- a/x11-fm/mtoolsfm/Makefile +++ b/x11-fm/mtoolsfm/Makefile @@ -9,20 +9,17 @@ MASTER_SITES= SF DISTNAME= MToolsFM-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= A graphical frontend to mtools +COMMENT= Graphical frontend to mtools RUN_DEPENDS= mtools:${PORTSDIR}/emulators/mtools -USES= pathfix gettext +USES= gettext pathfix USE_GNOME= gtk12 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --with-conffile="${PREFIX}/etc/mtoolsfm.conf" -MAN1= mtoolsfm.1 - -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|MToolsFM|mtoolsfm|g' ${WRKSRC}/configure @${FIND} ${WRKSRC} -name 'Makefile.in' | ${XARGS} ${REINPLACE_CMD} -e \ diff --git a/x11-fm/mtoolsfm/pkg-plist b/x11-fm/mtoolsfm/pkg-plist index c3a10e88818..1f3af107ff0 100644 --- a/x11-fm/mtoolsfm/pkg-plist +++ b/x11-fm/mtoolsfm/pkg-plist @@ -1,4 +1,5 @@ bin/mtoolsfm +man/man1/mtoolsfm.1.gz share/locale/de/LC_MESSAGES/mtoolsfm.mo share/locale/en@boldquot/LC_MESSAGES/mtoolsfm.mo share/locale/en@quot/LC_MESSAGES/mtoolsfm.mo |