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/p5-Net-OpenSSH | |
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/p5-Net-OpenSSH')
-rw-r--r-- | net/p5-Net-OpenSSH/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/p5-Net-OpenSSH/Makefile b/net/p5-Net-OpenSSH/Makefile index 647a527a0e51..d02faaaa9e4d 100644 --- a/net/p5-Net-OpenSSH/Makefile +++ b/net/p5-Net-OpenSSH/Makefile @@ -1,4 +1,3 @@ -# Created by: Andrej Zverev <az@FreeBSD.org> # $FreeBSD$ PORTNAME= Net-OpenSSH @@ -25,4 +24,5 @@ MAN3= Net::OpenSSH::Constants.3 \ Net::OpenSSH::OSTracer.3 \ Net::OpenSSH.3 +NO_STAGE= yes .include <bsd.port.mk> |