diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-11-25 21:26:38 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-11-25 21:26:38 +0000 |
commit | e8bddd06d0a726c44e761b06e86b5066dd4e3af1 (patch) | |
tree | eb71bc4fe3d033cb59f87801c39da69a702d37bf /security/ssh2 | |
parent | 37014e3b5dc4b46a177baaa3e7a9c190fc983ee7 (diff) | |
download | ports-e8bddd06d0a726c44e761b06e86b5066dd4e3af1.tar.gz ports-e8bddd06d0a726c44e761b06e86b5066dd4e3af1.zip |
Notes
Diffstat (limited to 'security/ssh2')
-rw-r--r-- | security/ssh2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/ssh2/Makefile b/security/ssh2/Makefile index 6cc9541b049e..7cc7302384f1 100644 --- a/security/ssh2/Makefile +++ b/security/ssh2/Makefile @@ -16,6 +16,7 @@ MASTER_SITES= ftp://ftp.cs.hut.fi/pub/ssh/ \ PATCHFILES= patch-${DISTNAME}-bsd.tty.chown PATCH_SITES= http://www.ssh.org/patches/ +PATCH_DIST_STRIP= -p1 MAINTAINER= issei@jp.FreeBSD.org |