svn commit: r337820 - head/x11-fm/mtoolsfm

Antoine Brodin antoine at FreeBSD.org
Fri Dec 27 22:36:09 UTC 2013


Author: antoine
Date: Fri Dec 27 22:36:08 2013
New Revision: 337820
URL: http://svnweb.freebsd.org/changeset/ports/337820

Log:
  Stage support

Modified:
  head/x11-fm/mtoolsfm/Makefile
  head/x11-fm/mtoolsfm/pkg-plist

Modified: head/x11-fm/mtoolsfm/Makefile
==============================================================================
--- head/x11-fm/mtoolsfm/Makefile	Fri Dec 27 22:29:18 2013	(r337819)
+++ head/x11-fm/mtoolsfm/Makefile	Fri Dec 27 22:36:08 2013	(r337820)
@@ -9,20 +9,17 @@ MASTER_SITES=	SF
 DISTNAME=	MToolsFM-${PORTVERSION}
 
 MAINTAINER=	ports at 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 \

Modified: head/x11-fm/mtoolsfm/pkg-plist
==============================================================================
--- head/x11-fm/mtoolsfm/pkg-plist	Fri Dec 27 22:29:18 2013	(r337819)
+++ head/x11-fm/mtoolsfm/pkg-plist	Fri Dec 27 22:36:08 2013	(r337820)
@@ -1,4 +1,5 @@
 bin/mtoolsfm
+man/man1/mtoolsfm.1.gz
 share/locale/de/LC_MESSAGES/mtoolsfm.mo
 share/locale/en at boldquot/LC_MESSAGES/mtoolsfm.mo
 share/locale/en at quot/LC_MESSAGES/mtoolsfm.mo


More information about the svn-ports-head mailing list