diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2001-11-18 15:25:29 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2001-11-18 15:25:29 +0000 |
commit | 4a40d950237f6071c4af18a62370509ad3324e5a (patch) | |
tree | 3d186998497216ea0353c11b815f049b240b909a /security/openssh | |
parent | * madplay now has esd support; properly deal with esound dependency. (diff) |
Supply DEAFULT for PATCH_SITES
Notes
Notes:
svn path=/head/; revision=50188
Diffstat (limited to 'security/openssh')
-rw-r--r-- | security/openssh/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile index 4284769ad215..a02897d07de5 100644 --- a/security/openssh/Makefile +++ b/security/openssh/Makefile @@ -12,6 +12,7 @@ MASTER_SITES= ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/ \ ftp://ftp.usa.openbsd.org/pub/OpenBSD/OpenSSH/ \ ftp://ftp1.se.openbsd.org/pub/OpenBSD/OpenSSH/ DISTNAME= openssh-${PORTVERSION} +PATCH_SITES= ${MASTER_SITES} PATCHFILES= openbsd2x_3.0.1.patch EXTRACT_SUFX= .tgz |