aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-08 21:38:46 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-08 21:38:46 +0000
commit3a663fc75ad3981f279fb0a140011ecc0b5ecf0f (patch)
tree53074b7a9a9cf500a652d6446d8b487498862506
parent85ad94b8c1151e916fa0f54bf6d173af157322f6 (diff)
downloadports-3a663fc75ad3981f279fb0a140011ecc0b5ecf0f.tar.gz
ports-3a663fc75ad3981f279fb0a140011ecc0b5ecf0f.zip
Notes
-rw-r--r--comms/tits/Makefile9
-rw-r--r--comms/tits/pkg-plist1
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