aboutsummaryrefslogtreecommitdiff
path: root/security/safesh
diff options
context:
space:
mode:
authorAlex Kozlov <ak@FreeBSD.org>2015-12-30 14:07:42 +0000
committerAlex Kozlov <ak@FreeBSD.org>2015-12-30 14:07:42 +0000
commit1a638f333ab86cf1908109b696bda4e4a549da9b (patch)
tree021f8f6143c4e23cef92d56615c160a3166db4a9 /security/safesh
parent888ec9005fa728f43f5dfa0f71fe94e7c09bcce9 (diff)
Notes
Diffstat (limited to 'security/safesh')
-rw-r--r--security/safesh/Makefile19
-rw-r--r--security/safesh/files/cvs-safesh.sh (renamed from security/safesh/src/cvs-safesh.sh)0
-rw-r--r--security/safesh/files/safesh.1 (renamed from security/safesh/src/safesh.1)0
-rw-r--r--security/safesh/files/safesh.sh (renamed from security/safesh/src/safesh.sh)0
-rw-r--r--security/safesh/pkg-plist5
5 files changed, 11 insertions, 13 deletions
diff --git a/security/safesh/Makefile b/security/safesh/Makefile
index 8ca5eb0f7f82..6b0d1236dfa0 100644
--- a/security/safesh/Makefile
+++ b/security/safesh/Makefile
@@ -6,24 +6,27 @@ PORTVERSION= 1.5
CATEGORIES= security
MASTER_SITES= # none
DISTFILES= # none
-EXTRACT_ONLY= # none
MAINTAINER= ports@FreeBSD.org
COMMENT= Authentication manager for OpenSSH (making secure auth easier)
NO_BUILD= yes
-NO_WRKSUBDIR= yes
+NO_ARCH= yes
-SRC= ${.CURDIR}/src
+PLIST_FILES= bin/cvs-safesh \
+ bin/safesh \
+ bin/safeshinstall \
+ bin/scpsh \
+ man/man1/safesh.1.gz
# XXX Anybody that know how to create manlinks from ports easily, please
# contact me.
do-install:
- ${INSTALL_SCRIPT} ${SRC}/${PORTNAME}.sh ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
- ${INSTALL_SCRIPT} ${SRC}/cvs-safesh.sh ${STAGEDIR}${PREFIX}/bin/cvs-safesh
- ${INSTALL_MAN} ${SRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/man/man1
- @${LN} -sf ${PORTNAME} ${STAGEDIR}${PREFIX}/bin/scpsh
- @${LN} -sf ${PORTNAME} ${STAGEDIR}${PREFIX}/bin/safeshinstall
+ ${INSTALL_SCRIPT} ${FILESDIR}/${PORTNAME}.sh ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
+ ${INSTALL_SCRIPT} ${FILESDIR}/cvs-safesh.sh ${STAGEDIR}${PREFIX}/bin/cvs-safesh
+ ${INSTALL_MAN} ${FILESDIR}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/man/man1
+ ${LN} -sf ${PORTNAME} ${STAGEDIR}${PREFIX}/bin/scpsh
+ ${LN} -sf ${PORTNAME} ${STAGEDIR}${PREFIX}/bin/safeshinstall
.include <bsd.port.mk>
diff --git a/security/safesh/src/cvs-safesh.sh b/security/safesh/files/cvs-safesh.sh
index e56e8116d7d1..e56e8116d7d1 100644
--- a/security/safesh/src/cvs-safesh.sh
+++ b/security/safesh/files/cvs-safesh.sh
diff --git a/security/safesh/src/safesh.1 b/security/safesh/files/safesh.1
index 938cd43eb188..938cd43eb188 100644
--- a/security/safesh/src/safesh.1
+++ b/security/safesh/files/safesh.1
diff --git a/security/safesh/src/safesh.sh b/security/safesh/files/safesh.sh
index 3ea1c18d85e6..3ea1c18d85e6 100644
--- a/security/safesh/src/safesh.sh
+++ b/security/safesh/files/safesh.sh
diff --git a/security/safesh/pkg-plist b/security/safesh/pkg-plist
deleted file mode 100644
index 5d3b9d8d38e1..000000000000
--- a/security/safesh/pkg-plist
+++ /dev/null
@@ -1,5 +0,0 @@
-bin/cvs-safesh
-bin/safesh
-bin/safeshinstall
-bin/scpsh
-man/man1/safesh.1.gz