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 | Pick up. (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: net)
Notes
Notes:
svn path=/head/; revision=327755
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> |