diff options
author | bapt <bapt@FreeBSD.org> | 2013-12-14 07:51:48 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-12-14 07:51:48 +0800 |
commit | e3b3f5b8b6677d0c78497a223deaaea35c7dcc3a (patch) | |
tree | b3f9d321f9a64cff5064d959cb50b374c17a26e1 /x11/xcb | |
parent | 7bd79df5ed6135983282724a3371b6b8539869b5 (diff) | |
download | freebsd-ports-gnome-e3b3f5b8b6677d0c78497a223deaaea35c7dcc3a.tar.gz freebsd-ports-gnome-e3b3f5b8b6677d0c78497a223deaaea35c7dcc3a.tar.zst freebsd-ports-gnome-e3b3f5b8b6677d0c78497a223deaaea35c7dcc3a.zip |
Support stage
Diffstat (limited to 'x11/xcb')
-rw-r--r-- | x11/xcb/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/xcb/Makefile b/x11/xcb/Makefile index 7fafce7fcbe6..68df584e833c 100644 --- a/x11/xcb/Makefile +++ b/x11/xcb/Makefile @@ -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> |