1
0
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:
Bryan Drewery 2013-07-05 18:27:50 +00:00
parent 3b7ea6467d
commit cc016c4708
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=322345
3 changed files with 12 additions and 1 deletions

View File

@ -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

View File

@ -0,0 +1,10 @@
# $FreeBSD$
PORTNAME= openssh
PKGNAMESUFFIX= -portable-base
MASTERDIR= ${.CURDIR}/../openssh-portable
OPTIONS_SLAVE= OVERWRITE_BASE
.include "${MASTERDIR}/Makefile"

View File

@ -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