Date: Sat, 8 Feb 2014 21:38:46 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343393 - head/comms/tits Message-ID: <201402082138.s18Lckc0095597@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Sat Feb 8 21:38:46 2014 New Revision: 343393 URL: http://svnweb.freebsd.org/changeset/ports/343393 QAT: https://qat.redports.org/buildarchive/r343393/ Log: - Support staging - Add LICENSE Modified: head/comms/tits/Makefile head/comms/tits/pkg-plist Modified: head/comms/tits/Makefile ============================================================================== --- head/comms/tits/Makefile Sat Feb 8 21:29:55 2014 (r343392) +++ head/comms/tits/Makefile Sat Feb 8 21:38:46 2014 (r343393) @@ -10,18 +10,17 @@ MASTER_SITES= http://www.mctavish.co.uk/ 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> Modified: head/comms/tits/pkg-plist ============================================================================== --- head/comms/tits/pkg-plist Sat Feb 8 21:29:55 2014 (r343392) +++ head/comms/tits/pkg-plist Sat Feb 8 21:38:46 2014 (r343393) @@ -1,2 +1,3 @@ etc/tits.conf.default +man/man8/tits.8.gz sbin/tits
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402082138.s18Lckc0095597>