svn commit: r336377 - head/x11/xwatchwin

Baptiste Daroussin bapt at FreeBSD.org
Fri Dec 13 23:10:30 UTC 2013


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 at 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>


More information about the svn-ports-head mailing list