diff options
author | kris <kris@FreeBSD.org> | 2004-12-13 20:27:37 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-12-13 20:27:37 +0000 |
commit | fdea3d857ca2160d09a48100c8d2ea5a26a8082e (patch) | |
tree | 6b8bfc37d99e4722a84240244346f20cb3f8c9a8 /net/p5-Net-SSH | |
parent | 35c651c00d96b3b2795a1e2f90cb7508db549b1a (diff) | |
download | FreeBSD-ports-fdea3d857ca2160d09a48100c8d2ea5a26a8082e.zip FreeBSD-ports-fdea3d857ca2160d09a48100c8d2ea5a26a8082e.tar.gz |
Add MANUAL_PACKAGE_BUILD=yes, because otherwise the package build spins
in an infinite loop prompting for input.
Diffstat (limited to 'net/p5-Net-SSH')
-rw-r--r-- | net/p5-Net-SSH/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/p5-Net-SSH/Makefile b/net/p5-Net-SSH/Makefile index 04e9869..7f1ba44 100644 --- a/net/p5-Net-SSH/Makefile +++ b/net/p5-Net-SSH/Makefile @@ -15,6 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Perl5 module to access and use ssh protocol +MANUAL_PACKAGE_BUILD=yes PERL_CONFIGURE= yes MAN3= Net::SSH.3 |