svn commit: r336398 - head/x11/xcb

Baptiste Daroussin bapt at FreeBSD.org
Fri Dec 13 23:51:49 UTC 2013


Author: bapt
Date: Fri Dec 13 23:51:48 2013
New Revision: 336398
URL: http://svnweb.freebsd.org/changeset/ports/336398

Log:
  Support stage

Modified:
  head/x11/xcb/Makefile

Modified: head/x11/xcb/Makefile
==============================================================================
--- head/x11/xcb/Makefile	Fri Dec 13 23:51:18 2013	(r336397)
+++ head/x11/xcb/Makefile	Fri Dec 13 23:51:48 2013	(r336398)
@@ -17,9 +17,8 @@ LICENSE=	MIT
 USES=		imake
 USE_XORG=	ice sm x11 xaw xext xmu xt
 
-MAN1=		xcb.1
 PLIST_FILES=	bin/xcb \
-		lib/X11/app-defaults/Xcb
+		lib/X11/app-defaults/Xcb \
+		man/man1/xcb.1.gz
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list