Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Sep 2013 23:49:40 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r327780 - in head/x11-fm: asfiles catseye-fm deforaos-browser dfm doublecmd emelfm2 ezfm filerunner gentoo gnome-commander2 gprename krusader2 mtoolsfm mucommander nautilus p5-PerlFM pb...
Message-ID:  <201309202349.r8KNneuc078692@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Sep 20 23:49:39 2013
New Revision: 327780
URL: http://svnweb.freebsd.org/changeset/ports/327780

Log:
  Add NO_STAGE all over the place in preparation for the staging support (cat: x11-fm)

Modified:
  head/x11-fm/asfiles/Makefile
  head/x11-fm/catseye-fm/Makefile
  head/x11-fm/deforaos-browser/Makefile
  head/x11-fm/dfm/Makefile
  head/x11-fm/doublecmd/Makefile
  head/x11-fm/emelfm2/Makefile
  head/x11-fm/ezfm/Makefile
  head/x11-fm/filerunner/Makefile
  head/x11-fm/gentoo/Makefile
  head/x11-fm/gnome-commander2/Makefile
  head/x11-fm/gprename/Makefile
  head/x11-fm/krusader2/Makefile
  head/x11-fm/mtoolsfm/Makefile
  head/x11-fm/mucommander/Makefile
  head/x11-fm/nautilus/Makefile
  head/x11-fm/p5-PerlFM/Makefile
  head/x11-fm/pbi-thumbnailer/Makefile
  head/x11-fm/pcmanfm/Makefile
  head/x11-fm/py-nautilus/Makefile
  head/x11-fm/qtfm/Makefile
  head/x11-fm/rodent/Makefile
  head/x11-fm/rox-filer/Makefile
  head/x11-fm/rox-mime-editor/Makefile
  head/x11-fm/rox-session/Makefile
  head/x11-fm/tdfsb/Makefile
  head/x11-fm/thunar-vfs/Makefile
  head/x11-fm/thunar/Makefile
  head/x11-fm/twander/Makefile
  head/x11-fm/ultracopier/Makefile
  head/x11-fm/worker/Makefile
  head/x11-fm/xcruise/Makefile
  head/x11-fm/xdiskusage/Makefile
  head/x11-fm/xfe/Makefile
  head/x11-fm/xfm/Makefile
  head/x11-fm/xnc/Makefile
  head/x11-fm/xplore/Makefile

Modified: head/x11-fm/asfiles/Makefile
==============================================================================
--- head/x11-fm/asfiles/Makefile	Fri Sep 20 23:48:39 2013	(r327779)
+++ head/x11-fm/asfiles/Makefile	Fri Sep 20 23:49:39 2013	(r327780)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:   ASFiles
-# Date created:                17 August 1997
-# Whom:                        lukin@okbmei.msk.su
-#
+# Created by: lukin@okbmei.msk.su
 # $FreeBSD$
-#
 
 PORTNAME=	asfiles
 PORTVERSION=	1.0
@@ -28,6 +24,7 @@ MAN3=	regexp.3
 CONFIGURE_ARGS+=--with-dnd-inc=${LOCALBASE}/include \
 		--with-dnd-lib=${LOCALBASE}/lib
 
+NO_STAGE=	yes
 post-install:
 	${PATCH} ${PATCH_ARGS} < ${FILESDIR}/last-patch-aa
 	${INSTALL_DATA} ${WRKSRC}/src/Files.ad ${PREFIX}/lib/X11/app-defaults/

Modified: head/x11-fm/catseye-fm/Makefile
==============================================================================
--- head/x11-fm/catseye-fm/Makefile	Fri Sep 20 23:48:39 2013	(r327779)
+++ head/x11-fm/catseye-fm/Makefile	Fri Sep 20 23:49:39 2013	(r327780)
@@ -27,4 +27,5 @@ PLIST_FILES=	bin/catseye-fm \
 
 PLIST_DIRS=		share/catseye-fm
 
+NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/x11-fm/deforaos-browser/Makefile
==============================================================================
--- head/x11-fm/deforaos-browser/Makefile	Fri Sep 20 23:48:39 2013	(r327779)
+++ head/x11-fm/deforaos-browser/Makefile	Fri Sep 20 23:49:39 2013	(r327780)
@@ -35,6 +35,7 @@ MAN1=		browser.1 \
 		properties.1 \
 		view.1
 
+NO_STAGE=	yes
 post-patch:
 	${REINPLACE_CMD} -e 's|/lib/|/libdata/|g' \
 		${WRKSRC}/data/pkgconfig.sh

Modified: head/x11-fm/dfm/Makefile
==============================================================================
--- head/x11-fm/dfm/Makefile	Fri Sep 20 23:48:39 2013	(r327779)
+++ head/x11-fm/dfm/Makefile	Fri Sep 20 23:49:39 2013	(r327780)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	dfm
-# Date created:				25 May 1998
-# Whom:					Andrey Zakhvatov
-#
+# Created by: Andrey Zakhvatov
 # $FreeBSD$
-#
 
 PORTNAME=	dfm
 PORTVERSION=	0.99.9
@@ -28,6 +24,7 @@ MAN1=		dfm.1x
 MYPORTDOCS=	ANNOUNCE BUGS COPYRIGHT CREDITS ChangeLog DOWNLOAD HELP.ERROR \
 		NO_WARRANTY README START TESTED TODO
 
+NO_STAGE=	yes
 pre-patch:
 	@${REINPLACE_CMD} -e \
 		's|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure

Modified: head/x11-fm/doublecmd/Makefile
==============================================================================
--- head/x11-fm/doublecmd/Makefile	Fri Sep 20 23:48:39 2013	(r327779)
+++ head/x11-fm/doublecmd/Makefile	Fri Sep 20 23:49:39 2013	(r327780)
@@ -42,6 +42,7 @@ OPTIONS_SINGLE_LCL=	GTK2 QT4
 
 OPTIONS_DEFAULT=	GTK2
 
+NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 .if ${PORT_OPTIONS:MGTK2}

Modified: head/x11-fm/emelfm2/Makefile
==============================================================================
--- head/x11-fm/emelfm2/Makefile	Fri Sep 20 23:48:39 2013	(r327779)
+++ head/x11-fm/emelfm2/Makefile	Fri Sep 20 23:49:39 2013	(r327780)
@@ -30,6 +30,7 @@ THUMB_DESC=	Thumbnail plugin
 TRACKER_DESC=	Tracker-UI plugin
 HAL_DESC=	Use HAL for automated device detection
 
+NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MDEBUG}

Modified: head/x11-fm/ezfm/Makefile
==============================================================================
--- head/x11-fm/ezfm/Makefile	Fri Sep 20 23:48:39 2013	(r327779)
+++ head/x11-fm/ezfm/Makefile	Fri Sep 20 23:49:39 2013	(r327780)
@@ -22,6 +22,7 @@ USES=		gmake
 
 MAN1=		ezfm.1
 
+NO_STAGE=	yes
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/ezfm ${PREFIX}/bin
 	@${MKDIR} ${PREFIX}/share/ezfm

Modified: head/x11-fm/filerunner/Makefile
==============================================================================
--- head/x11-fm/filerunner/Makefile	Fri Sep 20 23:48:39 2013	(r327779)
+++ head/x11-fm/filerunner/Makefile	Fri Sep 20 23:49:39 2013	(r327780)
@@ -19,6 +19,7 @@ USE_TK_WRAPPER=	yes
 
 PORTDOCS=	FAQ HISTORY README *.txt
 
+NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 do-install:

Modified: head/x11-fm/gentoo/Makefile
==============================================================================
--- head/x11-fm/gentoo/Makefile	Fri Sep 20 23:48:39 2013	(r327779)
+++ head/x11-fm/gentoo/Makefile	Fri Sep 20 23:49:39 2013	(r327780)
@@ -23,6 +23,7 @@ MAN1=		gentoo.1
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
+NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MFAM}

Modified: head/x11-fm/gnome-commander2/Makefile
==============================================================================
--- head/x11-fm/gnome-commander2/Makefile	Fri Sep 20 23:48:39 2013	(r327779)
+++ head/x11-fm/gnome-commander2/Makefile	Fri Sep 20 23:49:39 2013	(r327780)
@@ -34,6 +34,7 @@ INSTALLS_OMF=	yes
 
 MAN1=		gnome-commander.1
 
+NO_STAGE=	yes
 pre-configure:
 	cd ${WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${AUTORECONF} -W none
 

Modified: head/x11-fm/gprename/Makefile
==============================================================================
--- head/x11-fm/gprename/Makefile	Fri Sep 20 23:48:39 2013	(r327779)
+++ head/x11-fm/gprename/Makefile	Fri Sep 20 23:49:39 2013	(r327780)
@@ -25,6 +25,7 @@ NO_BUILD=	yes
 
 MAN1=		gprename.1
 
+NO_STAGE=	yes
 post-extract:
 	@${RM} -rf ${WRKSRC}/build
 

Modified: head/x11-fm/krusader2/Makefile
==============================================================================
--- head/x11-fm/krusader2/Makefile	Fri Sep 20 23:48:39 2013	(r327779)
+++ head/x11-fm/krusader2/Makefile	Fri Sep 20 23:49:39 2013	(r327780)
@@ -16,4 +16,5 @@ USE_QT4=	moc_build qmake_build rcc_build
 
 LATEST_LINK=	${PORTNAME}2
 
+NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/x11-fm/mtoolsfm/Makefile
==============================================================================
--- head/x11-fm/mtoolsfm/Makefile	Fri Sep 20 23:48:39 2013	(r327779)
+++ head/x11-fm/mtoolsfm/Makefile	Fri Sep 20 23:49:39 2013	(r327780)
@@ -22,6 +22,7 @@ CONFIGURE_ARGS=	--with-conffile="${PREFI
 
 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/mucommander/Makefile
==============================================================================
--- head/x11-fm/mucommander/Makefile	Fri Sep 20 23:48:39 2013	(r327779)
+++ head/x11-fm/mucommander/Makefile	Fri Sep 20 23:49:39 2013	(r327780)
@@ -22,6 +22,7 @@ PORTDOCS=	readme.txt
 
 WRKSRC=		${WRKDIR}/muCommander-${PORTVERSION:S/./_/g}
 
+NO_STAGE=	yes
 do-install:
 	@${MKDIR} ${DATADIR}
 	${INSTALL_DATA} ${WRKSRC}/mucommander.jar ${DATADIR}

Modified: head/x11-fm/nautilus/Makefile
==============================================================================
--- head/x11-fm/nautilus/Makefile	Fri Sep 20 23:48:39 2013	(r327779)
+++ head/x11-fm/nautilus/Makefile	Fri Sep 20 23:49:39 2013	(r327780)
@@ -37,6 +37,7 @@ GCONF_SCHEMAS=	apps_nautilus_preferences
 MAN1=		nautilus-connect-server.1 nautilus-file-management-properties.1 \
 		nautilus.1
 
+NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's|G_CONST_RETURN|const|g' \
 		${WRKSRC}/eel/eel-*.[ch] \

Modified: head/x11-fm/p5-PerlFM/Makefile
==============================================================================
--- head/x11-fm/p5-PerlFM/Makefile	Fri Sep 20 23:48:39 2013	(r327779)
+++ head/x11-fm/p5-PerlFM/Makefile	Fri Sep 20 23:49:39 2013	(r327780)
@@ -27,4 +27,5 @@ USE_PERL5=	configure
 
 MAN3=		PerlFM.3
 
+NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/x11-fm/pbi-thumbnailer/Makefile
==============================================================================
--- head/x11-fm/pbi-thumbnailer/Makefile	Fri Sep 20 23:48:39 2013	(r327779)
+++ head/x11-fm/pbi-thumbnailer/Makefile	Fri Sep 20 23:49:39 2013	(r327780)
@@ -17,4 +17,5 @@ MAKE_ENV=	GCONF_CONFIG_SOURCE=${GCONF_CO
 
 GCONF_SCHEMAS=	pbi-thumbnail.schemas
 
+NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/x11-fm/pcmanfm/Makefile
==============================================================================
--- head/x11-fm/pcmanfm/Makefile	Fri Sep 20 23:48:39 2013	(r327779)
+++ head/x11-fm/pcmanfm/Makefile	Fri Sep 20 23:49:39 2013	(r327780)
@@ -28,6 +28,7 @@ OPTIONS_SUB=	yes
 
 NLS_USES=	gettext
 
+NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 post-patch:

Modified: head/x11-fm/py-nautilus/Makefile
==============================================================================
--- head/x11-fm/py-nautilus/Makefile	Fri Sep 20 23:48:39 2013	(r327779)
+++ head/x11-fm/py-nautilus/Makefile	Fri Sep 20 23:49:39 2013	(r327780)
@@ -26,6 +26,7 @@ CONFIGURE_ENV=	PYTHON_VERSION="${PYTHON_
 
 DOCSDIR=	${PREFIX}/share/doc/nautilus-python
 
+NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's|[(]datadir[)]/doc/|(prefix)/share/doc/|g' \
 		${WRKSRC}/examples/Makefile.in

Modified: head/x11-fm/qtfm/Makefile
==============================================================================
--- head/x11-fm/qtfm/Makefile	Fri Sep 20 23:48:39 2013	(r327779)
+++ head/x11-fm/qtfm/Makefile	Fri Sep 20 23:49:39 2013	(r327780)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	qtfm
-# Date created:				2012-04-29
-# Whom:					Zhihao Yuan <lichray@gmail.com>
-#
+# Created by: Zhihao Yuan <lichray@gmail.com>
 # $FreeBSD$
-#
 
 PORTNAME=	qtfm
 DISTVERSION=	5.5
@@ -21,6 +17,7 @@ DOS2UNIX_REGEX=	.*\.(h|cpp)
 USE_QT4=	gui network qmake_build moc_build rcc_build \
 		imageformats_run
 
+NO_STAGE=	yes
 # Override -A option:
 FETCH_ARGS=	-Fpr
 

Modified: head/x11-fm/rodent/Makefile
==============================================================================
--- head/x11-fm/rodent/Makefile	Fri Sep 20 23:48:39 2013	(r327779)
+++ head/x11-fm/rodent/Makefile	Fri Sep 20 23:49:39 2013	(r327780)
@@ -31,6 +31,7 @@ PORTDOCS=	*
 
 MAN1=		fgr.1
 
+NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MNLS}

Modified: head/x11-fm/rox-filer/Makefile
==============================================================================
--- head/x11-fm/rox-filer/Makefile	Fri Sep 20 23:48:39 2013	(r327779)
+++ head/x11-fm/rox-filer/Makefile	Fri Sep 20 23:49:39 2013	(r327780)
@@ -24,6 +24,7 @@ HAS_CONFIGURE=	yes
 
 MAN1=		rox.1
 
+NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 CONFIGURE_ENV=		APP_DIR=${WRKSRC}/ROX-Filer

Modified: head/x11-fm/rox-mime-editor/Makefile
==============================================================================
--- head/x11-fm/rox-mime-editor/Makefile	Fri Sep 20 23:48:39 2013	(r327779)
+++ head/x11-fm/rox-mime-editor/Makefile	Fri Sep 20 23:49:39 2013	(r327780)
@@ -16,6 +16,7 @@ RUN_DEPENDS=	${LOCALBASE}/bin/rox:${PORT
 USE_BZIP2=	yes
 USE_PYTHON=	yes
 
+NO_STAGE=	yes
 do-build:
 	@${PYTHON_CMD} -m compileall ${WRKSRC}
 	@${PYTHON_CMD} -O -m compileall ${WRKSRC}

Modified: head/x11-fm/rox-session/Makefile
==============================================================================
--- head/x11-fm/rox-session/Makefile	Fri Sep 20 23:48:39 2013	(r327779)
+++ head/x11-fm/rox-session/Makefile	Fri Sep 20 23:49:39 2013	(r327780)
@@ -31,6 +31,7 @@ GDM_DESC=	Install GDM login manager
 
 SUB_FILES=	${PORTNAME} rox.desktop
 
+NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MGDM}

Modified: head/x11-fm/tdfsb/Makefile
==============================================================================
--- head/x11-fm/tdfsb/Makefile	Fri Sep 20 23:48:39 2013	(r327779)
+++ head/x11-fm/tdfsb/Makefile	Fri Sep 20 23:49:39 2013	(r327780)
@@ -29,6 +29,7 @@ LDFLAGS+=	`${LOCALBASE}/bin/pkgconf --li
 		`${LOCALBASE}/bin/smpeg-config --libs` \
 		-L ${LOCALBASE}/lib -lGLU -lglut
 
+NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 do-build:

Modified: head/x11-fm/thunar-vfs/Makefile
==============================================================================
--- head/x11-fm/thunar-vfs/Makefile	Fri Sep 20 23:48:39 2013	(r327779)
+++ head/x11-fm/thunar-vfs/Makefile	Fri Sep 20 23:49:39 2013	(r327780)
@@ -33,6 +33,7 @@ OPTIONS_DEFAULT=	NLS HAL DBUS STARTUP AP
 APIDOCS_DESC=	Install api documentation
 STARTUP_DESC=	Enable startup notification support
 
+NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MNLS}

Modified: head/x11-fm/thunar/Makefile
==============================================================================
--- head/x11-fm/thunar/Makefile	Fri Sep 20 23:48:39 2013	(r327779)
+++ head/x11-fm/thunar/Makefile	Fri Sep 20 23:49:39 2013	(r327780)
@@ -41,6 +41,7 @@ CONFIGURE_ARGS+=--enable-gio-unix \
 
 MAN1=		Thunar.1
 
+NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MDBUS}

Modified: head/x11-fm/twander/Makefile
==============================================================================
--- head/x11-fm/twander/Makefile	Fri Sep 20 23:48:39 2013	(r327779)
+++ head/x11-fm/twander/Makefile	Fri Sep 20 23:49:39 2013	(r327780)
@@ -18,6 +18,7 @@ USE_PYTHON=	yes
 MANCOMPRESSED=	yes
 MAN1=		twander.1
 
+NO_STAGE=	yes
 post-install:
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR}

Modified: head/x11-fm/ultracopier/Makefile
==============================================================================
--- head/x11-fm/ultracopier/Makefile	Fri Sep 20 23:48:39 2013	(r327779)
+++ head/x11-fm/ultracopier/Makefile	Fri Sep 20 23:49:39 2013	(r327780)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	ultracopier
-# Date created:		Mon Aug  1 01:00:17 UTC 2011
-# Whom:			Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
-#
+# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	ultracopier
 PORTVERSION=	0.2.0.16
@@ -34,6 +30,7 @@ PLIST_SUB=	DESKTOPDIR=${DESKTOPDIR_WITHO
 DESKTOPDIR_WITHOUT_PREFIX=	${DESKTOPDIR:S,^${PREFIX}/,,}
 ICONS_DIR=	share/icons/hicolor
 
+NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -E \
 		-e 's|0\.2\.0\.15|0.2.0.16|; \

Modified: head/x11-fm/worker/Makefile
==============================================================================
--- head/x11-fm/worker/Makefile	Fri Sep 20 23:48:39 2013	(r327779)
+++ head/x11-fm/worker/Makefile	Fri Sep 20 23:49:39 2013	(r327780)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	worker
-# Date created:				14 March 2001
-# Whom:					Simon Dick <simond@irrelevant.org>
-#
+# Created by: Simon Dick <simond@irrelevant.org>
 # $FreeBSD$
-#
 
 PORTNAME=	worker
 PORTVERSION=	2.19.4
@@ -27,6 +23,7 @@ MAN1=		worker.1
 CFLAGS+=	${PTHREAD_CFLAGS}
 OPTIONS_DEFINE=	XFT
 
+NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MXFT}

Modified: head/x11-fm/xcruise/Makefile
==============================================================================
--- head/x11-fm/xcruise/Makefile	Fri Sep 20 23:48:39 2013	(r327779)
+++ head/x11-fm/xcruise/Makefile	Fri Sep 20 23:49:39 2013	(r327780)
@@ -14,6 +14,7 @@ USES=		imake
 USE_XORG=	ice sm x11 xaw xext xmu xpm xt
 MAN1=		xcruiser.1
 
+NO_STAGE=	yes
 post-install:
 	@${MKDIR} ${PREFIX}/share/doc/xcruise
 	${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xcruise

Modified: head/x11-fm/xdiskusage/Makefile
==============================================================================
--- head/x11-fm/xdiskusage/Makefile	Fri Sep 20 23:48:39 2013	(r327779)
+++ head/x11-fm/xdiskusage/Makefile	Fri Sep 20 23:49:39 2013	(r327780)
@@ -22,6 +22,7 @@ LDFLAGS+=	`fltk-config --ldflags`
 PLIST_FILES=	bin/xdiskusage
 MAN1=		xdiskusage.1
 
+NO_STAGE=	yes
 post-patch:
 	${REINPLACE_CMD} -e '22,24d' ${WRKSRC}/Makefile
 

Modified: head/x11-fm/xfe/Makefile
==============================================================================
--- head/x11-fm/xfe/Makefile	Fri Sep 20 23:48:39 2013	(r327779)
+++ head/x11-fm/xfe/Makefile	Fri Sep 20 23:49:39 2013	(r327780)
@@ -20,6 +20,7 @@ LDFLAGS+=	-L${LOCALBASE}/lib -pthread
 
 MAN1=		xfe.1 xfi.1 xfp.1 xfv.1 xfw.1
 
+NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} 's|/usr/local/share/xfe|${DATADIR}|g' \
 		${WRKSRC}/src/XFileExplorer.cpp \

Modified: head/x11-fm/xfm/Makefile
==============================================================================
--- head/x11-fm/xfm/Makefile	Fri Sep 20 23:48:39 2013	(r327779)
+++ head/x11-fm/xfm/Makefile	Fri Sep 20 23:49:39 2013	(r327780)
@@ -16,4 +16,5 @@ USES=		imake
 USE_XORG=	ice sm x11 xaw xext xmu xpm xt
 MAN1=		xfm.1 xfmtype.1
 
+NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/x11-fm/xnc/Makefile
==============================================================================
--- head/x11-fm/xnc/Makefile	Fri Sep 20 23:48:39 2013	(r327779)
+++ head/x11-fm/xnc/Makefile	Fri Sep 20 23:49:39 2013	(r327780)
@@ -13,6 +13,7 @@ COMMENT=	File manager for X11 similar to
 
 LICENSE=	GPLv2
 
+NO_STAGE=	yes
 # xnc will use the following programs if you have them installed:
 #RUN_DEPENDS=	zip:${PORTSDIR}/archivers/zip \
 #		unzip:${PORTSDIR}/archivers/unzip \

Modified: head/x11-fm/xplore/Makefile
==============================================================================
--- head/x11-fm/xplore/Makefile	Fri Sep 20 23:48:39 2013	(r327779)
+++ head/x11-fm/xplore/Makefile	Fri Sep 20 23:49:39 2013	(r327780)
@@ -19,6 +19,7 @@ CFLAGS+=	-Wno-return-type
 
 MAN1=		xplore.1 xploretype.1
 
+NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's| read| read dummy|g' ${WRKSRC}/system.xplorerc
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309202349.r8KNneuc078692>