diff options
author | mnag <mnag@FreeBSD.org> | 2006-02-12 07:59:28 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2006-02-12 07:59:28 +0800 |
commit | 4dab3a20bdfab9006fe65efda2c1f86bf88bead7 (patch) | |
tree | 5480fea49162a6e307a3645303079500469191fc /security/openssh-portable/Makefile | |
parent | f5765f92871acb3f14e8837a6f7d7199aebd3cb3 (diff) | |
download | freebsd-ports-gnome-4dab3a20bdfab9006fe65efda2c1f86bf88bead7.tar.gz freebsd-ports-gnome-4dab3a20bdfab9006fe65efda2c1f86bf88bead7.tar.zst freebsd-ports-gnome-4dab3a20bdfab9006fe65efda2c1f86bf88bead7.zip |
Forget to add HPN patches.
Diffstat (limited to 'security/openssh-portable/Makefile')
-rw-r--r-- | security/openssh-portable/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile index 7d2edc7630c4..dcec8aed5885 100644 --- a/security/openssh-portable/Makefile +++ b/security/openssh-portable/Makefile @@ -127,7 +127,7 @@ IGNORE= please, select only one HPN patch. Rerun 'make config' .endif PATCH_DIST_STRIP= -p1 PATCH_SITES+= http://www.psc.edu/networking/projects/hpn-ssh/ -PATCHFILES+= openssh-${DISTVERSION}-hpn11.diff +PATCHFILES+= openssh-4.3p1-hpn11.diff .endif .if defined(WITH_HPN_NONECIPHER) @@ -136,7 +136,7 @@ IGNORE= please, select only one HPN patch. Rerun 'make config' .endif PATCH_DIST_STRIP= -p1 PATCH_SITES+= http://www.psc.edu/networking/projects/hpn-ssh/ -PATCHFILES+= openssh-${DISTVERSION}-hpn11-none.diff +PATCHFILES+= openssh-4.3p1-hpn11-none.diff .endif .if defined(WITH_OVERWRITE_BASE) |