diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2013-11-12 23:35:02 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2013-11-12 23:35:02 +0800 |
commit | 3445ce9f134fd40bc28c2d66af5fd511af6393b0 (patch) | |
tree | 4f0b6013b9c3cd3ca9d38ec4452e8e4ed6e72051 /security/openssh-portable | |
parent | f1928be30b864398fe88b29f68ee5ae2bbe10904 (diff) | |
download | freebsd-ports-gnome-3445ce9f134fd40bc28c2d66af5fd511af6393b0.tar.gz freebsd-ports-gnome-3445ce9f134fd40bc28c2d66af5fd511af6393b0.tar.zst freebsd-ports-gnome-3445ce9f134fd40bc28c2d66af5fd511af6393b0.zip |
- Fix packaging when not using HPN patches
PR: ports/183895
Reported by: mat
Diffstat (limited to 'security/openssh-portable')
-rw-r--r-- | security/openssh-portable/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile index 8204280445c4..552739ae08f8 100644 --- a/security/openssh-portable/Makefile +++ b/security/openssh-portable/Makefile @@ -101,12 +101,11 @@ LIBEDIT_CONFIGURE_WITH= libedit BSM_CONFIGURE_ON= --with-audit=bsm -PORTDOCS= * - .include <bsd.port.pre.mk> # http://www.psc.edu/index.php/hpn-ssh .if ${PORT_OPTIONS:MHPN} || ${PORT_OPTIONS:MAES_THREADED} || ${PORT_OPTIONS:MNONECIPHER} +PORTDOCS+= HPN-README HPN_VERSION= 14v2 HPN_DISTVERSION= 6.3p1 PATCH_SITES+= ${MASTER_SITE_SOURCEFORGE:S/$/:hpn/} |