svn commit: r343393 - head/comms/tits

Emanuel Haupt ehaupt at FreeBSD.org
Sat Feb 8 21:38:47 UTC 2014


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 at 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


More information about the svn-ports-all mailing list