Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Dec 2013 23:10:30 +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: r336377 - head/x11/xwatchwin
Message-ID:  <201312132310.rBDNAU0D068150@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Dec 13 23:10:29 2013
New Revision: 336377
URL: http://svnweb.freebsd.org/changeset/ports/336377

Log:
  Support stage

Modified:
  head/x11/xwatchwin/Makefile

Modified: head/x11/xwatchwin/Makefile
==============================================================================
--- head/x11/xwatchwin/Makefile	Fri Dec 13 23:09:39 2013	(r336376)
+++ head/x11/xwatchwin/Makefile	Fri Dec 13 23:10:29 2013	(r336377)
@@ -13,11 +13,10 @@ EXTRACT_SUFX=	.tar.Z
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Watch a window on another X server
 
-MAN1=		xwatchwin.1
-PLIST_FILES=	bin/xwatchwin
+PLIST_FILES=	bin/xwatchwin \
+		man/man1/xwatchwin.1.gz
 
 USES=		imake
 USE_XORG=	x11 xext
 
-NO_STAGE=	yes
 .include <bsd.port.mk>



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