Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Mar 2014 11:49:23 +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: r349131 - head/x11-wm/selectwm
Message-ID:  <201403251149.s2PBnNHR060622@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Mar 25 11:49:23 2014
New Revision: 349131
URL: http://svnweb.freebsd.org/changeset/ports/349131
QAT: https://qat.redports.org/buildarchive/r349131/

Log:
  Support stage

Modified:
  head/x11-wm/selectwm/Makefile

Modified: head/x11-wm/selectwm/Makefile
==============================================================================
--- head/x11-wm/selectwm/Makefile	Tue Mar 25 11:42:59 2014	(r349130)
+++ head/x11-wm/selectwm/Makefile	Tue Mar 25 11:49:23 2014	(r349131)
@@ -9,16 +9,13 @@ MASTER_SITES=	http://ordiluc.net/selectw
 MAINTAINER=	bhaga@absoludicrous.com
 COMMENT=	GTK application to let you select a window manager when starting X
 
-MAN1=		selectwm.1
-
-USES=		pkgconfig
-USE_BZIP2=	yes
+USES=		pkgconfig tar:bzip2
 USE_GNOME=	gtk20
 GNU_CONFIGURE=	yes
 
-PLIST_FILES=	bin/selectwm share/locale/fr/LC_MESSAGES/selectwm.mo
+PLIST_FILES=	bin/selectwm share/locale/fr/LC_MESSAGES/selectwm.mo \
+		man/man1/selectwm.1.gz
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's,-O2,${CFLAGS},g' ${WRKSRC}/configure
 	@${REINPLACE_CMD} -e 's,^CFLAGS =,CFLAGS +=,' -e 's,-O2,,' \



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