diff options
Diffstat (limited to 'comms')
-rw-r--r-- | comms/tits/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/comms/tits/Makefile b/comms/tits/Makefile index cf6420111490..78c8e5b5f796 100644 --- a/comms/tits/Makefile +++ b/comms/tits/Makefile @@ -8,13 +8,13 @@ CATEGORIES= comms MASTER_SITES= http://www.mctavish.co.uk/tits/ MAINTAINER= mich@FreeBSD.org -COMMENT= A server which provides telnet(1) access to one or more tty ports +COMMENT= Server which provides telnet(1) access to one or more tty ports LICENSE= BSD4CLAUSE -MAKE_ENV= BINDIR=${PREFIX}/sbin MANDIR=${PREFIX}/man/man - +USES= uidfix USE_RC_SUBR= tits +MAKE_ENV= BINDIR=${PREFIX}/sbin MANDIR=${PREFIX}/man/man post-patch: ${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/tits.8 |