diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:10:23 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:10:23 +0000 |
commit | 0c710c7b4edb5ca79906be0115763864bc7c903f (patch) | |
tree | 3f6447c55ab3d27cbf7cde9bc54d671393c9aec4 /net/rfbproxy | |
parent | f869483090ef76ab0fb56ed7b8b79a77bbc698a7 (diff) | |
download | ports-0c710c7b4edb5ca79906be0115763864bc7c903f.tar.gz ports-0c710c7b4edb5ca79906be0115763864bc7c903f.zip |
Notes
Diffstat (limited to 'net/rfbproxy')
-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> |