Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Jun 2014 21:26:54 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r356953 - head/comms/tits
Message-ID:  <201406072126.s57LQsJa037555@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Jun  7 21:26:54 2014
New Revision: 356953
URL: http://svnweb.freebsd.org/changeset/ports/356953
QAT: https://qat.redports.org/buildarchive/r356953/

Log:
  Allow staging as a regular user

Modified:
  head/comms/tits/Makefile

Modified: head/comms/tits/Makefile
==============================================================================
--- head/comms/tits/Makefile	Sat Jun  7 21:21:33 2014	(r356952)
+++ head/comms/tits/Makefile	Sat Jun  7 21:26:54 2014	(r356953)
@@ -8,13 +8,13 @@ CATEGORIES=	comms
 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
+COMMENT=	Server which provides telnet(1) access to one or more tty ports
 
 LICENSE=	BSD4CLAUSE
 
-MAKE_ENV=	BINDIR=${PREFIX}/sbin MANDIR=${PREFIX}/man/man
-
+USES=		uidfix
 USE_RC_SUBR=	tits
+MAKE_ENV=	BINDIR=${PREFIX}/sbin MANDIR=${PREFIX}/man/man
 
 post-patch:
 	${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/tits.8



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406072126.s57LQsJa037555>