aboutsummaryrefslogtreecommitdiffstats
path: root/comms/tits/Makefile
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2014-02-09 05:38:46 +0800
committerehaupt <ehaupt@FreeBSD.org>2014-02-09 05:38:46 +0800
commit1b558d7d1cdfa16a4d0bcac22b349e920d02912b (patch)
tree53074b7a9a9cf500a652d6446d8b487498862506 /comms/tits/Makefile
parentb0c2edde44571af0073f635ba31466de33bb2b26 (diff)
downloadfreebsd-ports-gnome-1b558d7d1cdfa16a4d0bcac22b349e920d02912b.tar.gz
freebsd-ports-gnome-1b558d7d1cdfa16a4d0bcac22b349e920d02912b.tar.zst
freebsd-ports-gnome-1b558d7d1cdfa16a4d0bcac22b349e920d02912b.zip
- Support staging
- Add LICENSE
Diffstat (limited to 'comms/tits/Makefile')
-rw-r--r--comms/tits/Makefile9
1 files changed, 4 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>