diff options
author | dinoex <dinoex@FreeBSD.org> | 2001-12-01 20:20:28 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2001-12-01 20:20:28 +0000 |
commit | 1db8bd8a7424829a64f0b91c2275c011c3fa6154 (patch) | |
tree | c766fd7e54a060cae86c2ac31ff262a94ceb9d4e /security/openssh/Makefile | |
parent | 088f179ada069e0548db768fadb46fb3fb1d3403 (diff) | |
download | FreeBSD-ports-1db8bd8a7424829a64f0b91c2275c011c3fa6154.zip FreeBSD-ports-1db8bd8a7424829a64f0b91c2275c011c3fa6154.tar.gz |
Use newer patch from OpenBSD ftp site, no relevant changes
(SKey is not set in this port)
Diffstat (limited to 'security/openssh/Makefile')
-rw-r--r-- | security/openssh/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile index d9f2a1d..d054fd6 100644 --- a/security/openssh/Makefile +++ b/security/openssh/Makefile @@ -14,9 +14,8 @@ MASTER_SITES= ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/ \ DISTNAME= openssh-${PORTVERSION} EXTRACT_SUFX= .tgz -PATCH_SITES= ${MASTER_SITE_LOCAL} -PATCH_SITE_SUBDIR=dinoex -PATCHFILES= openbsd2x_3.0.1.patch +PATCH_SITES= ${MASTER_SITES} +PATCHFILES= openbsd28_3.0.1.patch MAINTAINER= dinoex@FreeBSD.org |