1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/security/unssh/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

24 lines
481 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: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>