svn commit: r356953 - head/comms/tits
Antoine Brodin
antoine at FreeBSD.org
Sat Jun 7 21:26:54 UTC 2014
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 at 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
More information about the svn-ports-all
mailing list