From 2c700dbd31f5b43f8d3af46ca9e23ea56be48a07 Mon Sep 17 00:00:00 2001 From: nate Date: Fri, 6 Apr 2001 15:01:57 +0000 Subject: [PATCH] Somehow I forgot to commit the Makefile. Thanks to jcs@rt.fm for noticing. --- x11/x2vnc/Makefile | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/x11/x2vnc/Makefile b/x11/x2vnc/Makefile index 40be2328e75..a93ad9189c0 100644 --- a/x11/x2vnc/Makefile +++ b/x11/x2vnc/Makefile @@ -1,14 +1,10 @@ -# Makefile for: x2vnc -# Version required: 1.1 -# Date created: 20 Jan 2001 -# Whom: smart@monkey.org -# -# $OpenBSD: Makefile,v 1.7 2001/01/21 01:54:23 dugsong Exp $ +# $OpenBSD: Makefile,v 1.8 2001/04/06 15:01:57 nate Exp $ -DISTNAME= x2vnc-1.1 +COMMENT= one keyboard and/or mouse, multiple X and VNC displays +DISTNAME= x2vnc-1.2 CATEGORIES= x11 -NEED_VERSION= 1.341 +NEED_VERSION= 1.383 MAINTAINER= Dug Song @@ -21,9 +17,10 @@ MASTER_SITES= http://www.hubbe.net/~hubbe/ CONFIGURE_STYLE= imake -ALL_TARGET= x2vnc +ALL_TARGET= x2vnc x2vnc.0 do-install: + ${INSTALL_MAN} ${WRKSRC}/x2vnc.0 ${PREFIX}/man/man1 ${INSTALL_PROGRAM} ${WRKSRC}/x2vnc ${PREFIX}/bin .include