diff options
Diffstat (limited to 'x11-servers/x2vnc/Makefile')
-rw-r--r-- | x11-servers/x2vnc/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/x11-servers/x2vnc/Makefile b/x11-servers/x2vnc/Makefile index 0677c790d676..f5f3783561cf 100644 --- a/x11-servers/x2vnc/Makefile +++ b/x11-servers/x2vnc/Makefile @@ -6,15 +6,13 @@ # PORTNAME= x2vnc -PORTVERSION= 1.1 +PORTVERSION= 1.2 CATEGORIES= x11-servers MASTER_SITES= http://www.hubbe.net/~hubbe/ MAINTAINER= ade@FreeBSD.org USE_IMAKE= yes - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/x2vnc ${PREFIX}/bin/x2vnc +MAN1= x2vnc.1 .include <bsd.port.mk> |