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/fspclient | |
parent | Pick up. (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: net)
Diffstat (limited to 'net/fspclient')
-rw-r--r-- | net/fspclient/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net/fspclient/Makefile b/net/fspclient/Makefile index 96fbd66ca039..b59767eab242 100644 --- a/net/fspclient/Makefile +++ b/net/fspclient/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: fspclient -# Date created: 7 Nov 1994 -# Whom: ache -# +# Created by: ache # $FreeBSD$ -# PORTNAME= fspclient PORTVERSION= 0.93.0 @@ -21,6 +17,7 @@ MAN1= fsp.1 MANCOMPRESSED= yes PLIST_FILES= bin/fsp +NO_STAGE= yes .include <bsd.port.pre.mk> .include <bsd.port.post.mk> |