diff options
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> |