aboutsummaryrefslogtreecommitdiff
path: root/security/safesh
diff options
context:
space:
mode:
authorJason Helfman <jgh@FreeBSD.org>2015-04-01 22:12:57 +0000
committerJason Helfman <jgh@FreeBSD.org>2015-04-01 22:12:57 +0000
commit59e1a7c6491e0d6011ff9d10df9e2691a47bfa8b (patch)
treeec808d3dad48d37f95b459321b4d40a2e113f102 /security/safesh
parentcef061751c460cec04d29938363f0030adb3b0f3 (diff)
downloadports-59e1a7c6491e0d6011ff9d10df9e2691a47bfa8b.tar.gz
ports-59e1a7c6491e0d6011ff9d10df9e2691a47bfa8b.zip
- remove do_nada and unmute installation
Approved by: portmgr (blanket)
Notes
Notes: svn path=/head/; revision=382963
Diffstat (limited to 'security/safesh')
-rw-r--r--security/safesh/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/security/safesh/Makefile b/security/safesh/Makefile
index fa87330ef8e0..8ca5eb0f7f82 100644
--- a/security/safesh/Makefile
+++ b/security/safesh/Makefile
@@ -6,6 +6,7 @@ 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)
@@ -18,13 +19,10 @@ SRC= ${.CURDIR}/src
# XXX Anybody that know how to create manlinks from ports easily, please
# contact me.
-do-fetch:
- @${DO_NADA}
-
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
+ ${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