diff options
Diffstat (limited to 'security/openssh/Makefile')
-rw-r--r-- | security/openssh/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile index e3f604d509eb..5cb9a5e1336a 100644 --- a/security/openssh/Makefile +++ b/security/openssh/Makefile @@ -12,6 +12,7 @@ CATEGORIES= security 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/ +PKGNAMESUFFIX?= ${SKEY_SUFFIX}${PKGNAMESUFFIX2} DISTNAME= openssh-${PORTVERSION} EXTRACT_SUFX= .tgz @@ -78,6 +79,7 @@ PAM= no MAKE_ENV+= PAM=${PAM} .if defined(SKEY) && ${SKEY} == YES +SKEY_SUFFIX= -skey MAKE_ENV+= SKEY=yes .endif |