diff options
author | antoine <antoine@FreeBSD.org> | 2014-06-08 05:26:54 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-06-08 05:26:54 +0800 |
commit | 8e14d4c2af5cc74bc922d6889aca68022f4343b1 (patch) | |
tree | dbb8f5cc1990a89b7a9d8ce154fded96a7e26838 | |
parent | 79c755450a5b944a753a9a847fb34400c02ce8e3 (diff) | |
download | freebsd-ports-gnome-8e14d4c2af5cc74bc922d6889aca68022f4343b1.tar.gz freebsd-ports-gnome-8e14d4c2af5cc74bc922d6889aca68022f4343b1.tar.zst freebsd-ports-gnome-8e14d4c2af5cc74bc922d6889aca68022f4343b1.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 |