diff options
author | pav <pav@FreeBSD.org> | 2005-01-24 23:48:44 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-01-24 23:48:44 +0800 |
commit | ecb0959c76e1bc4e7a357a108da8655dd7a2bfab (patch) | |
tree | 82aaa5d75bf50bfe39228463a762cfd8de0cd99a /games/pvpgn | |
parent | 8f1442624fdc1f0824d66aff17262034614c8b5d (diff) | |
download | freebsd-ports-gnome-ecb0959c76e1bc4e7a357a108da8655dd7a2bfab.tar.gz freebsd-ports-gnome-ecb0959c76e1bc4e7a357a108da8655dd7a2bfab.tar.zst freebsd-ports-gnome-ecb0959c76e1bc4e7a357a108da8655dd7a2bfab.zip |
- Fix path to log and pid file
Submitted by: Max E. Kuznecov <mek@mek.uz.ua> (maintainer)
Diffstat (limited to 'games/pvpgn')
-rw-r--r-- | games/pvpgn/Makefile | 1 | ||||
-rw-r--r-- | games/pvpgn/files/patch-conf-bnetd.conf.in | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/games/pvpgn/Makefile b/games/pvpgn/Makefile index 401bd4538404..bdca3f5ca839 100644 --- a/games/pvpgn/Makefile +++ b/games/pvpgn/Makefile @@ -7,6 +7,7 @@ PORTNAME= pvpgn PORTVERSION= 1.7.4 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://download.berlios.de/pvpgn/ DISTFILES= ${EXTRACT_ONLY} pvpgn-support-1.0.tar.gz diff --git a/games/pvpgn/files/patch-conf-bnetd.conf.in b/games/pvpgn/files/patch-conf-bnetd.conf.in index a2e359b630a0..4759e5ed01a3 100644 --- a/games/pvpgn/files/patch-conf-bnetd.conf.in +++ b/games/pvpgn/files/patch-conf-bnetd.conf.in @@ -16,7 +16,7 @@ helpfile = /usr/local/etc/bnhelp.conf mpqfile = /usr/local/etc/autoupdate.conf -logfile = /usr/local/var/bnetd.log -+logfile = /var/log/bnetd/bnetd.log ++logfile = /var/log/pvpgn/bnetd.log realmfile = /usr/local/etc/realm.conf maildir = /usr/local/var/bnmail versioncheck_file = /usr/local/etc/versioncheck.conf @@ -24,7 +24,7 @@ xplevelfile = /usr/local/etc/bnxplevel.conf xpcalcfile = /usr/local/etc/bnxpcalc.conf -#pidfile = /usr/local/var/bnetd.pid -+pidfile = /var/run/bnetd/bnetd.pid ++pidfile = /var/run/pvpgn/bnetd.pid ladderdir = /usr/local/var/ladders command_groups_file = /usr/local/etc/command_groups.conf tournament_file = /usr/local/etc/tournament.conf |