diff options
-rw-r--r-- | comms/tits/Makefile | 9 | ||||
-rw-r--r-- | comms/tits/pkg-plist | 1 |
2 files changed, 5 insertions, 5 deletions
diff --git a/comms/tits/Makefile b/comms/tits/Makefile index a176aa135596..cf6420111490 100644 --- a/comms/tits/Makefile +++ b/comms/tits/Makefile @@ -10,18 +10,17 @@ 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 +LICENSE= BSD4CLAUSE + MAKE_ENV= BINDIR=${PREFIX}/sbin MANDIR=${PREFIX}/man/man USE_RC_SUBR= tits -MAN8= tits.8 -MANCOMPRESSED= yes - -NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/tits.8 post-install: - ${INSTALL_DATA} ${WRKSRC}/tits.conf ${PREFIX}/etc/tits.conf.default + ${INSTALL_DATA} ${WRKSRC}/tits.conf \ + ${STAGEDIR}${PREFIX}/etc/tits.conf.default .include <bsd.port.mk> diff --git a/comms/tits/pkg-plist b/comms/tits/pkg-plist index b9b1ac3fc88a..277728f89306 100644 --- a/comms/tits/pkg-plist +++ b/comms/tits/pkg-plist @@ -1,2 +1,3 @@ etc/tits.conf.default +man/man8/tits.8.gz sbin/tits |