svn commit: r349131 - head/x11-wm/selectwm

Baptiste Daroussin bapt at FreeBSD.org
Tue Mar 25 11:49:23 UTC 2014


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 at 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,,' \


More information about the svn-ports-all mailing list