diff options
Diffstat (limited to 'x11/xcb/Makefile')
-rw-r--r-- | x11/xcb/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xcb/Makefile b/x11/xcb/Makefile index 675bdee49800..3c9e8b42fced 100644 --- a/x11/xcb/Makefile +++ b/x11/xcb/Makefile @@ -3,7 +3,7 @@ # Date created: 1 August 1995 # Whom: jkh # -# $Id: Makefile,v 1.2 1996/11/18 09:56:01 asami Exp $ +# $Id: Makefile,v 1.3 1997/01/06 12:15:11 jkh Exp $ # DISTNAME= xcb-2.3 @@ -12,5 +12,6 @@ MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= utilities USE_IMAKE= yes +MAN1= xcb.1 .include <bsd.port.mk> |