aboutsummaryrefslogtreecommitdiffstats
path: root/security/openssh-portable-base
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2013-07-06 02:27:50 +0800
committerbdrewery <bdrewery@FreeBSD.org>2013-07-06 02:27:50 +0800
commit54e23cc0f15eb3011f2940cd855112a3d0790dc4 (patch)
tree2e7d6679325bb930a90fd210b3614ad093431968 /security/openssh-portable-base
parent87c2a8aeddd421f68820ef170e8139489447ad30 (diff)
downloadfreebsd-ports-gnome-54e23cc0f15eb3011f2940cd855112a3d0790dc4.tar.gz
freebsd-ports-gnome-54e23cc0f15eb3011f2940cd855112a3d0790dc4.tar.zst
freebsd-ports-gnome-54e23cc0f15eb3011f2940cd855112a3d0790dc4.zip
Add an openssh-portable-base slave port to install with OVERWRITE_BASE
Diffstat (limited to 'security/openssh-portable-base')
-rw-r--r--security/openssh-portable-base/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/security/openssh-portable-base/Makefile b/security/openssh-portable-base/Makefile
new file mode 100644
index 000000000000..e2463c200ace
--- /dev/null
+++ b/security/openssh-portable-base/Makefile
@@ -0,0 +1,10 @@
+# $FreeBSD$
+
+PORTNAME= openssh
+PKGNAMESUFFIX= -portable-base
+
+MASTERDIR= ${.CURDIR}/../openssh-portable
+
+OPTIONS_SLAVE= OVERWRITE_BASE
+
+.include "${MASTERDIR}/Makefile"