1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/security/unssh/Makefile
Emanuel Haupt 883c832ead - Support staging
- Use shebangfix
- Use INSTALL_SCRIPT instead of CP
2014-03-18 07:48:43 +00:00

24 lines
493 B
Makefile

# Created by: Dax Labrador <semprix@bsdmail.org>
# $FreeBSD$
PORTNAME= unssh
PORTVERSION= 1.5
CATEGORIES= security
MASTER_SITES= http://www.semprixd.com/shares/ports/
MAINTAINER= semprix@gmx.com
COMMENT= Fast way to delete entries from OpenSSH known_hosts file
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
USES= shebangfix
NO_BUILD= yes
PLIST_FILES= bin/unssh
SHEBANG_FILES= unssh.sh
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/unssh.sh ${STAGEDIR}${PREFIX}/bin/unssh
.include <bsd.port.mk>