diff options
Diffstat (limited to 'net/rfbproxy/Makefile')
-rw-r--r-- | net/rfbproxy/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/net/rfbproxy/Makefile b/net/rfbproxy/Makefile index a316a37e6df4..55021f7d0960 100644 --- a/net/rfbproxy/Makefile +++ b/net/rfbproxy/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: rfbproxy -# Date created: Sep 5, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= rfbproxy PORTVERSION= 1.1.1 @@ -21,4 +16,5 @@ USE_BZIP2= yes MAN1= rfbproxy.1 PLIST_FILES= bin/rfbproxy +NO_STAGE= yes .include <bsd.port.mk> |