diff --git a/comms/tits/Makefile b/comms/tits/Makefile index 19b0c9eda4d7..d940f070d66b 100644 --- a/comms/tits/Makefile +++ b/comms/tits/Makefile @@ -1,23 +1,24 @@ PORTNAME= tits PORTVERSION= 1.3.0 +PORTREVISION= 1 CATEGORIES= comms MASTER_SITES= http://www.mctavish.co.uk/tits/ MAINTAINER= ports@FreeBSD.org COMMENT= Server which provides telnet(1) access to one or more tty ports LICENSE= BSD4CLAUSE USES= uidfix USE_RC_SUBR= tits -MAKE_ENV= BINDIR=${PREFIX}/sbin MANDIR=${PREFIX}/man/man +MAKE_ENV= BINDIR=${PREFIX}/sbin MANDIR=${PREFIX}/share/man/man post-patch: ${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/tits.8 post-install: ${INSTALL_DATA} ${WRKSRC}/tits.conf \ ${STAGEDIR}${PREFIX}/etc/tits.conf.default .include diff --git a/comms/tits/pkg-plist b/comms/tits/pkg-plist index 277728f89306..f95c2e7028e8 100644 --- a/comms/tits/pkg-plist +++ b/comms/tits/pkg-plist @@ -1,3 +1,3 @@ etc/tits.conf.default -man/man8/tits.8.gz sbin/tits +share/man/man8/tits.8.gz