diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-11-25 21:26:38 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-11-25 21:26:38 +0000 |
commit | e015cd342ec0c01fc1ed0fe6a9d3f65553617cfc (patch) | |
tree | 916eafa642a9b724c100e7b1d6a8a7b87758df91 /security | |
parent | c42a5435494d24d31e1dbe0d60f90aa15bf67fa3 (diff) | |
download | FreeBSD-ports-e015cd342ec0c01fc1ed0fe6a9d3f65553617cfc.zip FreeBSD-ports-e015cd342ec0c01fc1ed0fe6a9d3f65553617cfc.tar.gz |
Forgot a line
Diffstat (limited to 'security')
-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 6cc9541..7cc7302 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 |