diff options
author | scheidell <scheidell@FreeBSD.org> | 2012-05-05 02:46:56 +0800 |
---|---|---|
committer | scheidell <scheidell@FreeBSD.org> | 2012-05-05 02:46:56 +0800 |
commit | afdd97cf6f23f974e7206baea69a67ad4496d04d (patch) | |
tree | b1cdde1a668d0f1da3944fc7a0b5b51a0b21d17a /audio | |
parent | 7464a8b45bf165f00a1a6430680c311e8bd6cf1c (diff) | |
download | freebsd-ports-gnome-afdd97cf6f23f974e7206baea69a67ad4496d04d.tar.gz freebsd-ports-gnome-afdd97cf6f23f974e7206baea69a67ad4496d04d.tar.zst freebsd-ports-gnome-afdd97cf6f23f974e7206baea69a67ad4496d04d.zip |
- Forgot SUB_LIST (without it, %%s didn't expand in rc script)
- No PORTREVISION bump (caught before mirrors had a change to sync)
PR: ports/166654
Submitted by: scheidell (me)
Approved by: maintainer (implicit)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/teamspeak3-server/Makefile | 3 | ||||
-rw-r--r-- | audio/teamspeak3-server/files/pkg-message.in | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/audio/teamspeak3-server/Makefile b/audio/teamspeak3-server/Makefile index d154ea1d8e84..6df8aaf858c9 100644 --- a/audio/teamspeak3-server/Makefile +++ b/audio/teamspeak3-server/Makefile @@ -46,6 +46,9 @@ PLIST_SUB+= DBDIR=${DBDIR} \ GROUPS=${GROUPS} \ BINGRP=${BINGRP} +SUB_LIST+= DBDIR=${DBDIR} \ + LOGDIR=${LOGDIR} + .include <bsd.port.options.mk> .if ${ARCH} == "i386" diff --git a/audio/teamspeak3-server/files/pkg-message.in b/audio/teamspeak3-server/files/pkg-message.in index d4b8410ac037..36136a1010b7 100644 --- a/audio/teamspeak3-server/files/pkg-message.in +++ b/audio/teamspeak3-server/files/pkg-message.in @@ -9,7 +9,7 @@ If you have a license file (licensekey.dat) and/or ts3server.ini, put it into %%ETCDIR%% To see the admin token after the first start, have a look -into the logs in /var/log/teamspeak +into the logs in %%LOGDIR%% TeamSpeak DNS server (tsdns) is not handled by this port. If you need id, please download and install it manually. |