diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-12-13 20:27:37 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-12-13 20:27:37 +0000 |
commit | 41900b11ec49b05bb28e0267360c1679bfaa9b52 (patch) | |
tree | 63b268be8f170a016e85ff1c936f879a8193fc0e /net/p5-Net-SSH | |
parent | 626c205db9296702afa9ec414e4b07a5477d0339 (diff) | |
download | ports-41900b11ec49b05bb28e0267360c1679bfaa9b52.tar.gz ports-41900b11ec49b05bb28e0267360c1679bfaa9b52.zip |
Add MANUAL_PACKAGE_BUILD=yes, because otherwise the package build spins
in an infinite loop prompting for input.
Notes
Notes:
svn path=/head/; revision=123954
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 04e98699b7bb..7f1ba447c90c 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 |