diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-06-07 21:26:54 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-06-07 21:26:54 +0000 |
commit | 9dd1971220a70b0fb2855b0d82f34610808a9b03 (patch) | |
tree | dbb8f5cc1990a89b7a9d8ce154fded96a7e26838 | |
parent | 5298ebc49512774d578d13b0d98ee318923d3534 (diff) | |
download | freebsd-ports-9dd1971220a70b0fb2855b0d82f34610808a9b03.zip |
Allow staging as a regular user
-rw-r--r-- | comms/tits/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/comms/tits/Makefile b/comms/tits/Makefile index cf6420111490..78c8e5b5f796 100644 --- a/comms/tits/Makefile +++ b/comms/tits/Makefile @@ -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 |