diff options
author | des <des@FreeBSD.org> | 2007-04-09 23:43:28 +0800 |
---|---|---|
committer | des <des@FreeBSD.org> | 2007-04-09 23:43:28 +0800 |
commit | 74299cf2a46357da54c46e8c2ac5e827a4a96eb0 (patch) | |
tree | 3303e306d74a105cbf8aa5633f3ea086c7c608aa /comms/tits/Makefile | |
parent | 643d36514530606cab19ce2102543cbbcda56f7c (diff) | |
download | freebsd-ports-gnome-74299cf2a46357da54c46e8c2ac5e827a4a96eb0.tar.gz freebsd-ports-gnome-74299cf2a46357da54c46e8c2ac5e827a4a96eb0.tar.zst freebsd-ports-gnome-74299cf2a46357da54c46e8c2ac5e827a4a96eb0.zip |
Add rc script. Note that IWBN to have tits keep a pidfile.
Approved by: maintainer (mich@)
Diffstat (limited to 'comms/tits/Makefile')
-rw-r--r-- | comms/tits/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/comms/tits/Makefile b/comms/tits/Makefile index ca456c921764..4a71af9171ae 100644 --- a/comms/tits/Makefile +++ b/comms/tits/Makefile @@ -7,7 +7,7 @@ PORTNAME= tits PORTVERSION= 1.1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= comms MASTER_SITES= http://www.mctavish.co.uk/tits/ @@ -16,6 +16,8 @@ COMMENT= A server which provides telnet(1) access to one or more tty ports MAKE_ENV= BINDIR=${PREFIX}/sbin MANDIR=${PREFIX}/man/man +USE_RC_SUBR= tits + MAN8= tits.8 MANCOMPRESSED= yes |