summaryrefslogtreecommitdiff
path: root/x11/xcb/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-10-05 05:18:06 +0000
committerSteve Price <steve@FreeBSD.org>1998-10-05 05:18:06 +0000
commit8c1c5f4a177063cf410c956996fe02d4deb7f3c6 (patch)
treeac2af0f80404ef4aae169dc34e86d24bf2929779 /x11/xcb/Makefile
parentDon't use ${LDCONFIG} if we don't install any shared libraries. (diff)
Move manpages to Makefile and use MAN* macros.
Notes
Notes: svn path=/head/; revision=13665
Diffstat (limited to 'x11/xcb/Makefile')
-rw-r--r--x11/xcb/Makefile3
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>