mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
883c832ead
- Use shebangfix - Use INSTALL_SCRIPT instead of CP
24 lines
493 B
Makefile
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>
|