mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Add an openssh-portable-base slave port to install with OVERWRITE_BASE
This commit is contained in:
parent
3b7ea6467d
commit
cc016c4708
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=322345
@ -359,6 +359,7 @@
|
||||
SUBDIR += openscep
|
||||
SUBDIR += openssh-askpass
|
||||
SUBDIR += openssh-portable
|
||||
SUBDIR += openssh-portable-base
|
||||
SUBDIR += openssl
|
||||
SUBDIR += openssl_tpm_engine
|
||||
SUBDIR += openvas-client
|
||||
|
10
security/openssh-portable-base/Makefile
Normal file
10
security/openssh-portable-base/Makefile
Normal file
@ -0,0 +1,10 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= openssh
|
||||
PKGNAMESUFFIX= -portable-base
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../openssh-portable
|
||||
|
||||
OPTIONS_SLAVE= OVERWRITE_BASE
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
@ -8,7 +8,7 @@ PORTEPOCH= 1
|
||||
CATEGORIES= security ipv6
|
||||
MASTER_SITES= ${MASTER_SITE_OPENBSD}
|
||||
MASTER_SITE_SUBDIR= OpenSSH/portable
|
||||
PKGNAMESUFFIX= -portable
|
||||
PKGNAMESUFFIX?= -portable
|
||||
|
||||
MAINTAINER= bdrewery@FreeBSD.org
|
||||
COMMENT= The portable version of OpenBSD's OpenSSH
|
||||
|
Loading…
Reference in New Issue
Block a user