diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2012-12-05 22:32:29 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2012-12-05 22:32:29 +0000 |
commit | cf84cfcb04811aa99398c78eabf06d0a14a3fbfc (patch) | |
tree | 5758e1e9c8851a7c4ec6181ba4912669905da412 | |
parent | - Update to 393d285 checkin (diff) |
- Update mirror site for HPN patch
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=308352
-rw-r--r-- | security/openssh-portable/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile index 097c1d107346..019bc6cf39a3 100644 --- a/security/openssh-portable/Makefile +++ b/security/openssh-portable/Makefile @@ -115,7 +115,7 @@ CFLAGS+= -DCHROOT .endif .if ${PORT_OPTIONS:MHPN} -PATCH_SITES+= http://www.shatow.net/freebsd/ +PATCH_SITES+= http://mirror.shatow.net/freebsd/${PORTNAME}/ PATCHFILES+= ${PORTNAME}-5.8p1-hpn13v11.diff.gz PATCH_DIST_STRIP= .endif |