1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/sysutils/setsid/Makefile
Tobias Kortkamp 5bdc399c92
sysutils/setsid: Switch to public domain implementation from util-linux
ssid has been folded into sbase upstream but is missing support for
-c, -f, -w.  This switches the implementation to the one from
util-linux instead which provides them.
2021-06-27 21:40:46 +02:00

21 lines
357 B
Makefile

# Created by: Martin Wilke <miwi@FreeBSD.org>
PORTNAME= setsid
DISTVERSION= 2.37
CATEGORIES= sysutils
MAINTAINER= tobik@FreeBSD.org
COMMENT= Run a command in a new session
LICENSE= PD
USE_GITHUB= yes
GH_ACCOUNT= t6
PLIST_FILES= bin/setsid \
bin/ssid \
share/bash-completion/completions/setsid \
share/man/man1/setsid.1.gz
.include <bsd.port.mk>